UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

17 lines (16 loc) 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyRecordState = void 0; const DestinyRecordState = { None: 0, RecordRedeemed: 1, RewardUnavailable: 2, ObjectiveNotCompleted: 4, Obscured: 8, Invisible: 16, EntitlementUnowned: 32, CanEquipTitle: 64 }; exports.DestinyRecordState = DestinyRecordState;