UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

14 lines (13 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyActivityTreeType = void 0; const DestinyActivityTreeType = { FireteamFinder: 0, Curator: 1, EventHome: 2, SeasonHome: 3, Count: 4 }; exports.DestinyActivityTreeType = DestinyActivityTreeType;