Buzzr Sports Engine API
    Preparing search index...

    Type Alias EspnStatProviderOptions

    type EspnStatProviderOptions = {
        getGameLog: (
            input: EspnGameLogLoaderInput,
        ) => PlayerGameLogEntryShape[] | Promise<PlayerGameLogEntryShape[]>;
        id?: string;
    }
    Index

    Properties

    Properties

    getGameLog: (
        input: EspnGameLogLoaderInput,
    ) => PlayerGameLogEntryShape[] | Promise<PlayerGameLogEntryShape[]>
    id?: string