UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

16 lines (15 loc) 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyFireteamFinderLobbyState = void 0; const DestinyFireteamFinderLobbyState = { Unknown: 0, Inactive: 1, Active: 2, Expired: 3, Closed: 4, Canceled: 5, Deleted: 6 }; exports.DestinyFireteamFinderLobbyState = DestinyFireteamFinderLobbyState;