UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

9 lines (8 loc) 263 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.BucketCategory} */ export declare const BucketCategory: { readonly Invisible: 0; readonly Item: 1; readonly Currency: 2; readonly Equippable: 3; readonly Ignored: 4; };