UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

7 lines (6 loc) 256 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Fireteam.FireteamSlotSearch} */ export declare const FireteamSlotSearch: { readonly NoSlotRestriction: 0; readonly HasOpenPlayerSlots: 1; readonly HasOpenPlayerOrAltSlots: 2; };