cecon-interfaces
Version:
Interfaces de Projetos Cecon
9 lines (8 loc) • 409 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPayioPreparationPlaceMode = void 0;
var EPayioPreparationPlaceMode;
(function (EPayioPreparationPlaceMode) {
EPayioPreparationPlaceMode["IP"] = "IP";
EPayioPreparationPlaceMode["SHARED_PORT"] = "SHARED_PORT";
})(EPayioPreparationPlaceMode || (exports.EPayioPreparationPlaceMode = EPayioPreparationPlaceMode = {}));