UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

10 lines (9 loc) 385 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.FireteamFinderOptionValueProviderType} */ export declare const FireteamFinderOptionValueProviderType: { readonly None: 0; readonly Values: 1; readonly PlayerCount: 2; readonly FireteamFinderLabels: 3; readonly FireteamFinderActivityGraph: 4; readonly FireteamFinderUIActivityTree: 5; };