Buzzr Sports Engine API
    Preparing search index...

    Type Alias SportradarGameLogLoaderInput

    type SportradarGameLogLoaderInput = {
        context: Record<string, unknown>;
        entry: DfsEntryInput;
        gameDate: string | null;
        gameId: string | null;
        league: string;
        leg: DfsLegInput;
        playerId: string | null;
        playerName: string;
    }
    Index

    Properties

    context: Record<string, unknown>

    entry

    gameDate: string | null
    gameId: string | null
    league: string
    playerId: string | null
    playerName: string