@buzzr/dfs-engine
    Preparing search index...

    Type Alias DfsLegInput

    type DfsLegInput = {
        actual?: number | null;
        direction: "over" | "under";
        gameDate?: string | null;
        gameId?: string | null;
        league: string;
        legId: string;
        line: number;
        metadata?: Record<string, unknown>;
        opponent?: string | null;
        playerId?: string | null;
        playerName: string;
        propType: string;
        providerData?: PlayerGameLogEntryShape | null;
        status?: DfsLegOutcome | "dnp" | null;
        team?: string | null;
    }
    Index

    Properties

    actual?: number | null
    direction: "over" | "under"
    gameDate?: string | null
    gameId?: string | null
    league: string
    legId: string
    line: number
    metadata?: Record<string, unknown>
    opponent?: string | null
    playerId?: string | null
    playerName: string
    propType: string
    providerData?: PlayerGameLogEntryShape | null
    status?: DfsLegOutcome | "dnp" | null
    team?: string | null