UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

9 lines (8 loc) 339 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; };