Type Alias LeaderboardOptions

LeaderboardOptions: {
    limit: number;
    order: LeaderboardSort;
    serverApiId?: string;
    stat: LeaderboardStat;
}

Type declaration