UNPKG
tips-twisted
Version:
latest (1.60.1)
1.60.1
Fetching riot games api data
github.com/Sansossio/twisted
Sansossio/twisted
tips-twisted
/
dist
/
models-dto
/
challenges
/
leaderboard.dto.d.ts
11 lines
(10 loc)
•
315 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export declare namespace LeaderboardDTO { interface Leaderboard {
/** Summoner puuid. */
puuid: string;
/** Challenge value. */
value: number;
/** Rank on leaderboard for particular challenge and rank (limited to Chall, GM, Masters). */
position
: number; } }