bungie-net-core
Version:
An easy way to interact with the Bungie.net API
18 lines (17 loc) • 372 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DestinyProgressionScope = void 0;
const DestinyProgressionScope = {
Account: 0,
Character: 1,
Clan: 2,
Item: 3,
ImplicitFromEquipment: 4,
Mapped: 5,
MappedAggregate: 6,
MappedStat: 7,
MappedUnlockValue: 8
};
exports.DestinyProgressionScope = DestinyProgressionScope;