UNPKG

@cfwest/api-client

Version:

Unofficial CrossFire West ApiClient implementation.

16 lines (15 loc) 581 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WebshopFilter = exports.Currency = void 0; var Currency; (function (Currency) { Currency["Ep"] = "EP"; Currency["Zp"] = "ZP"; })(Currency = exports.Currency || (exports.Currency = {})); var WebshopFilter; (function (WebshopFilter) { WebshopFilter["VipExclusive"] = "vip+exclusive"; WebshopFilter["Event"] = "event"; WebshopFilter["Regular"] = "regular"; WebshopFilter["None"] = ""; })(WebshopFilter = exports.WebshopFilter || (exports.WebshopFilter = {}));