UNPKG

@gw2api/types

Version:

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

10 lines (8 loc) 250 B
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[];