@globalart/warface-api
Version:
Warface API library for nodeJs
15 lines (14 loc) • 518 B
JavaScript
;
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 = {}));