cecon-interfaces
Version:
Interfaces de Projetos Cecon
10 lines (9 loc) • 416 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EDeviceCustomerName = void 0;
var EDeviceCustomerName;
(function (EDeviceCustomerName) {
EDeviceCustomerName["required"] = "REQUIRED";
EDeviceCustomerName["optional"] = "OPTIONAL";
EDeviceCustomerName["notRequired"] = "NOT_REQUIRED";
})(EDeviceCustomerName || (exports.EDeviceCustomerName = EDeviceCustomerName = {}));