UNPKG

cecon-interfaces

Version:
12 lines (11 loc) 395 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EEngineType = void 0; var EEngineType; (function (EEngineType) { EEngineType["ifood"] = "IFOOD"; EEngineType["epadoca"] = "EPADOCA"; EEngineType["mobyo"] = "MOBYO"; EEngineType["ze"] = "ZEDELIVERY"; EEngineType["nati"] = "NATI"; })(EEngineType || (exports.EEngineType = EEngineType = {}));