UNPKG

@gw2api/types

Version:

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

11 lines (9 loc) 291 B
import type { ItemStack } from './item'; import type { MaterialStack } from './material'; /** * Account shared inventory slots. * Required scopes: account, inventories * * @see https://wiki.guildwars2.com/wiki/API:2/account/materials */ export type AccountMaterials = MaterialStack[];