cecon-interfaces
Version:
Interfaces de Projetos Cecon
12 lines (11 loc) • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EDeviceTefType = void 0;
var EDeviceTefType;
(function (EDeviceTefType) {
EDeviceTefType["sitef"] = "SITEF";
EDeviceTefType["linx"] = "LINX";
EDeviceTefType["paygo"] = "PAYGO";
EDeviceTefType["auttar"] = "AUTTAR";
EDeviceTefType["none"] = "NONE";
})(EDeviceTefType || (exports.EDeviceTefType = EDeviceTefType = {}));