UNPKG

galeforce-tmp-sea

Version:

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

22 lines 444 B
interface Ability { abilityLevel: number; displayName: string; id: string; rawDescription: string; rawDisplayName: string; } interface Passive { displayName: string; id: string; rawDescription: string; rawDisplayName: string; } export interface LiveClientAbilitiesDTO { E: Ability; Passive: Passive; Q: Ability; R: Ability; W: Ability; } export {}; //# sourceMappingURL=abilities.d.ts.map