UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

7 lines (6 loc) 253 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.FireteamFinderOptionControlType} */ export declare const FireteamFinderOptionControlType: { readonly None: 0; readonly ValueCollection: 1; readonly RadioButton: 2; };