UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

11 lines (10 loc) 310 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Fireteam.FireteamPlatform} */ export declare const FireteamPlatform: { readonly Any: 0; readonly Playstation4: 1; readonly XboxOne: 2; readonly Blizzard: 3; readonly Steam: 4; readonly Stadia: 5; readonly Egs: 6; };