bungie-net-core
Version:
An easy way to interact with the Bungie.net API
21 lines (20 loc) • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IgnoreLength = void 0;
const IgnoreLength = {
None: 0,
Week: 1,
TwoWeeks: 2,
ThreeWeeks: 3,
Month: 4,
ThreeMonths: 5,
SixMonths: 6,
Year: 7,
Forever: 8,
ThreeMinutes: 9,
Hour: 10,
ThirtyDays: 11
};
exports.IgnoreLength = IgnoreLength;