UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

11 lines (10 loc) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FireteamFinderOptionVisibility = void 0; const FireteamFinderOptionVisibility = { Always: 0, ShowWhenChangedFromDefault: 1 }; exports.FireteamFinderOptionVisibility = FireteamFinderOptionVisibility;