UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

8 lines (7 loc) 257 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.ItemBindStatus} */ export declare const ItemBindStatus: { readonly NotBound: 0; readonly BoundToCharacter: 1; readonly BoundToAccount: 2; readonly BoundToGuild: 3; };