UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

10 lines (9 loc) 318 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyPresentationNodeType} */ export declare const DestinyPresentationNodeType: { readonly Default: 0; readonly Category: 1; readonly Collectibles: 2; readonly Records: 3; readonly Metric: 4; readonly Craftable: 5; };