UNPKG

galeforce-tmp-sea

Version:

A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.

10 lines 193 B
interface PlayerDTO { name: string; rank: number; lp: number; } export interface LorLeaderboardDTO { players: PlayerDTO[]; } export {}; //# sourceMappingURL=leaderboard.d.ts.map