galeforce-tmp-sea
Version:
A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.
24 lines • 443 B
TypeScript
interface N {
item: string;
rune: string;
mastery: string;
summoner: string;
champion: string;
profileicon: string;
map: string;
language: string;
sticker: string;
}
export interface DataDragonRegionDTO {
n: N;
v: string;
l: string;
cdn: string;
dd: string;
lg: string;
css: string;
profileiconmax: number;
store?: null;
}
export {};
//# sourceMappingURL=regions.d.ts.map