UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

12 lines (11 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyObjectiveGrantStyle = void 0; const DestinyObjectiveGrantStyle = { WhenIncomplete: 0, WhenComplete: 1, Always: 2 }; exports.DestinyObjectiveGrantStyle = DestinyObjectiveGrantStyle;