interface TeamTopPerformersRanking {
    name: string;
    team: API.soccer.TopPerformers.Team[];
}

Properties

Properties

name: string