Type alias BadgeLeaderboardResponse

BadgeLeaderboardResponse: {
    leaderboard: BadgeLeaderboardEntry[];
    league: League;
    total_participants: number;
}

Type declaration

Generated using TypeDoc