bungie-net-core
Version:
An easy way to interact with the Bungie.net API
18 lines (17 loc) • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SpecialItemType = void 0;
const SpecialItemType = {
None: 0,
SpecialCurrency: 1,
Armor: 8,
Weapon: 9,
Engram: 23,
Consumable: 24,
ExchangeMaterial: 25,
MissionReward: 27,
Currency: 29
};
exports.SpecialItemType = SpecialItemType;