UNPKG

galeforce-tmp-sea

Version:

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

12 lines 276 B
export interface LiveClientItemDTO { canUse: boolean; consumable: boolean; count: number; displayName: string; itemID: number; price: number; rawDescription: string; rawDisplayName: string; slot: number; } //# sourceMappingURL=item.d.ts.map