UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

8 lines (7 loc) 223 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/GlobalAlertLevel} */ export declare const GlobalAlertLevel: { readonly Unknown: 0; readonly Blue: 1; readonly Yellow: 2; readonly Red: 3; };