UNPKG

@gw2api/types

Version:

TypeScript types for all datastructures used by the Guild Wars 2 API

13 lines (11 loc) 259 B
/** * Accounts legendary armory. * * @see https://wiki.guildwars2.com/wiki/API:2/legendaryarmory */ export interface Legendaryarmory { /** The item id */ id: number, /** The maximum amount that can be stored in the armory */ max_count: number, }