UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

14 lines (13 loc) 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyFireteamFinderLobbyPrivacyScope = void 0; const DestinyFireteamFinderLobbyPrivacyScope = { Unknown: 0, Open: 1, Applications: 2, Clan: 3, Friends: 4 }; exports.DestinyFireteamFinderLobbyPrivacyScope = DestinyFireteamFinderLobbyPrivacyScope;