UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

11 lines (10 loc) 198 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BucketScope = void 0; const BucketScope = { Character: 0, Account: 1 }; exports.BucketScope = BucketScope;