UNPKG

cecon-interfaces

Version:
9 lines (8 loc) 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EGlobalSettingsExchange = void 0; var EGlobalSettingsExchange; (function (EGlobalSettingsExchange) { EGlobalSettingsExchange["BINANCE"] = "binance"; EGlobalSettingsExchange["COINBASE"] = "coinbase"; })(EGlobalSettingsExchange || (exports.EGlobalSettingsExchange = EGlobalSettingsExchange = {}));