Properties
players
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