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

    Interface BoxScorePlayer

    interface BoxScorePlayer {
        athleteId: string;
        name: string;
        stats: Record<string, string>;
    }
    Index

    Properties

    Properties

    athleteId: string

    ESPN athlete id, or '' when omitted by the source.

    name: string
    stats: Record<string, string>

    Raw label → value map (e.g. { PTS: '14', REB: '3', MIN: '11:23' }). Missing fields are absent (no null entries).