UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

16 lines (15 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyGatingScope = void 0; const DestinyGatingScope = { None: 0, Global: 1, Clan: 2, Profile: 3, Character: 4, Item: 5, AssumedWorstCase: 6 }; exports.DestinyGatingScope = DestinyGatingScope;