Hierarchy

  • BoxScore

Properties

Properties

players: {
    statistics: {
        athletes: {
            athlete: Athlete;
        };
        descriptions: string[];
        keys: string[];
        labels: string[];
        name: string;
    };
    team: Team;
}[]

Type declaration

  • statistics: {
        athletes: {
            athlete: Athlete;
        };
        descriptions: string[];
        keys: string[];
        labels: string[];
        name: string;
    }
    • athletes: {
          athlete: Athlete;
      }
    • descriptions: string[]
    • keys: string[]
    • labels: string[]
    • name: string
  • team: Team
teams: {
    statistics: Statistic[];
    team: Team;
}[]

Type declaration

Generated using TypeDoc