UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

13 lines (12 loc) 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FireteamFinderOptionDisplayFormat = void 0; const FireteamFinderOptionDisplayFormat = { Text: 0, Integer: 1, Bool: 2, FormatString: 3 }; exports.FireteamFinderOptionDisplayFormat = FireteamFinderOptionDisplayFormat;