bungie-net-core
Version:
An easy way to interact with the Bungie.net API
15 lines (14 loc) • 410 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FireteamFinderOptionValueProviderType = void 0;
const FireteamFinderOptionValueProviderType = {
None: 0,
Values: 1,
PlayerCount: 2,
FireteamFinderLabels: 3,
FireteamFinderActivityGraph: 4,
FireteamFinderUIActivityTree: 5
};
exports.FireteamFinderOptionValueProviderType = FireteamFinderOptionValueProviderType;