UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

9 lines (8 loc) 258 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.ItemLocation} */ export declare const ItemLocation: { readonly Unknown: 0; readonly Inventory: 1; readonly Vault: 2; readonly Vendor: 3; readonly Postmaster: 4; };