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

    Type Alias DfsLegDecision

    type DfsLegDecision = {
        actual: number | null;
        direction: "over" | "under";
        legId: string;
        line: number;
        pendingReason?: DfsLegStatFailureReason | null;
        playerName: string;
        propType: string;
        provider: DfsProviderProvenance;
        status: DfsLegOutcome;
    }
    Index

    Properties

    actual: number | null
    direction: "over" | "under"
    legId: string
    line: number
    pendingReason?: DfsLegStatFailureReason | null
    playerName: string
    propType: string