cecon-interfaces
Version:
Interfaces de Projetos Cecon
9 lines (8 loc) • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EGlobalSettingsExchange = void 0;
var EGlobalSettingsExchange;
(function (EGlobalSettingsExchange) {
EGlobalSettingsExchange["BINANCE"] = "binance";
EGlobalSettingsExchange["COINBASE"] = "coinbase";
})(EGlobalSettingsExchange || (exports.EGlobalSettingsExchange = EGlobalSettingsExchange = {}));