UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

12 lines (11 loc) 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyMilestoneDisplayPreference = void 0; const DestinyMilestoneDisplayPreference = { MilestoneDefinition: 0, CurrentQuestSteps: 1, CurrentActivityChallenges: 2 }; exports.DestinyMilestoneDisplayPreference = DestinyMilestoneDisplayPreference;