UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

11 lines (10 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GlobalAlertType = void 0; const GlobalAlertType = { GlobalAlert: 0, StreamingAlert: 1 }; exports.GlobalAlertType = GlobalAlertType;