UNPKG

galeforce-tmp-sea

Version:

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

10 lines 284 B
export interface SummonerSpell { displayName: string; rawDescription: string; rawDisplayName: string; } export interface LiveClientSummonerSpellsDTO { summonerSpellOne: SummonerSpell; summonerSpellTwo: SummonerSpell; } //# sourceMappingURL=summoner-spells.d.ts.map