galeforce-tmp-sea
Version:
A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.
12 lines • 352 B
TypeScript
export interface ChampionMasteryDTO {
championId: number;
championLevel: number;
championPoints: number;
lastPlayTime: number;
championPointsSinceLastLevel: number;
championPointsUntilNextLevel: number;
chestGranted: boolean;
tokensEarned: number;
summonerId: string;
}
//# sourceMappingURL=champion-mastery.d.ts.map