UNPKG

galeforce-tmp-sea

Version:

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

6 lines 242 B
type Level = 'NONE' | 'IRON' | 'BRONZE' | 'SILVER' | 'GOLD' | 'PLATINUM' | 'DIAMOND' | 'MASTER' | 'GRANDMASTER' | 'CHALLENGER'; export type PercentilesDTO = { [key in Level]: number; }; export {}; //# sourceMappingURL=percentiles.d.ts.map