nationstates.js
Version:
A wrapper to interact with the NationStates API.
12 lines • 470 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CouncilID = void 0;
/**
* Enumerator for the different WA client calls. See addCouncilID() for usage.
*/
var CouncilID;
(function (CouncilID) {
CouncilID[CouncilID["GeneralAssembly"] = 1] = "GeneralAssembly";
CouncilID[CouncilID["SecurityCouncil"] = 2] = "SecurityCouncil";
})(CouncilID = exports.CouncilID || (exports.CouncilID = {}));
//# sourceMappingURL=council_id.js.map