UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

12 lines (11 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HostGuidedGamesPermissionLevel = void 0; const HostGuidedGamesPermissionLevel = { None: 0, Beginner: 1, Member: 2 }; exports.HostGuidedGamesPermissionLevel = HostGuidedGamesPermissionLevel;