UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

6 lines (5 loc) 190 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/GlobalAlertType} */ export declare const GlobalAlertType: { readonly GlobalAlert: 0; readonly StreamingAlert: 1; };