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

    Type Alias DfsLeagueAdapterDefinition

    type DfsLeagueAdapterDefinition = {
        adapters?: Record<
            string,
            (entry: PlayerGameLogEntryShape, leg: DfsLegInput) => number | null,
        >;
        league: string;
        propAliases?: Record<string, string>;
    }
    Index

    Properties

    adapters?: Record<
        string,
        (entry: PlayerGameLogEntryShape, leg: DfsLegInput) => number | null,
    >
    league: string
    propAliases?: Record<string, string>