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

    Interface BoxScoreTeam

    interface BoxScoreTeam {
        players: BoxScorePlayer[];
        teamId: string;
    }
    Index

    Properties

    Properties

    players: BoxScorePlayer[]
    teamId: string

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