cecon-interfaces
Version:
Interfaces de Projetos Cecon
15 lines (14 loc) • 612 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPlanIdentifier = void 0;
var EPlanIdentifier;
(function (EPlanIdentifier) {
EPlanIdentifier["NATIGO"] = "NATIGO-UNO";
EPlanIdentifier["SAT_MANAGER_NAPOLEON"] = "SAT-MANAGER-NAPOLEON";
EPlanIdentifier["NATI_PDV"] = "NATI-PDV";
EPlanIdentifier["NATI_WA"] = "NATI-WA";
EPlanIdentifier["NATI"] = "NATI-V1";
EPlanIdentifier["NATI_CHEF"] = "NATI_CHEF";
EPlanIdentifier["MOBYO"] = "MOBYO";
EPlanIdentifier["NOTAPP"] = "NOTAPP";
})(EPlanIdentifier || (exports.EPlanIdentifier = EPlanIdentifier = {}));