UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

9 lines (8 loc) 303 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Fireteam.FireteamPlatformInviteResult} */ export declare const FireteamPlatformInviteResult: { readonly None: 0; readonly Success: 1; readonly AlreadyInFireteam: 2; readonly Throttled: 3; readonly ServiceError: 4; };