Type alias APILeaderboard

APILeaderboard: {
    count: number;
    data: APILeaderboardUser[];
    total_count: number;
}

Type declaration

Generated using TypeDoc