interface PlayerTopPerformersRanking {
    name: string;
    player: API.soccer.TopPerformers.Player[];
}

Properties

Properties

name: string