UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

8 lines (7 loc) 272 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.FireteamFinderOptionDisplayFormat} */ export declare const FireteamFinderOptionDisplayFormat: { readonly Text: 0; readonly Integer: 1; readonly Bool: 2; readonly FormatString: 3; };