UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

15 lines (14 loc) 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyPresentationNodeType = void 0; const DestinyPresentationNodeType = { Default: 0, Category: 1, Collectibles: 2, Records: 3, Metric: 4, Craftable: 5 }; exports.DestinyPresentationNodeType = DestinyPresentationNodeType;