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

    Type Alias DfsSettlementContext

    type DfsSettlementContext = {
        actualEntry?: PlayerGameLogEntryShape | null;
        actualsByLegId?: Record<string, number | null | undefined>;
        auditId?: string;
        auditRunId?: string;
        legStatusesByLegId?: Record<
            string,
            DfsLegOutcome
            | "dnp"
            | null
            | undefined,
        >;
        metadata?: Record<string, unknown>;
        providerDataByLegId?: Record<
            string,
            PlayerGameLogEntryShape
            | null
            | undefined,
        >;
        providerId?: string;
        settledAt?: string;
        statProviderId?: string;
    }
    Index

    Properties

    actualEntry?: PlayerGameLogEntryShape | null
    actualsByLegId?: Record<string, number | null | undefined>
    auditId?: string
    auditRunId?: string
    legStatusesByLegId?: Record<string, DfsLegOutcome | "dnp" | null | undefined>
    metadata?: Record<string, unknown>
    providerDataByLegId?: Record<string, PlayerGameLogEntryShape | null | undefined>
    providerId?: string
    settledAt?: string
    statProviderId?: string