UNPKG

@globalart/warface-api

Version:
15 lines (14 loc) 518 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ClanRole = exports.Endpoint = void 0; var Endpoint; (function (Endpoint) { Endpoint["Ru"] = "http://api.warface.ru"; Endpoint["Int"] = "http://api.wf.my.com"; })(Endpoint = exports.Endpoint || (exports.Endpoint = {})); var ClanRole; (function (ClanRole) { ClanRole["Master"] = "MASTER"; ClanRole["Officer"] = "OFFICER"; ClanRole["Regular"] = "REGULAR"; })(ClanRole = exports.ClanRole || (exports.ClanRole = {}));