@tomei/customer-base
Version:
Tomei Customer Base Package
14 lines • 664 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IsSystemWantsSyncEnum = exports.IsSystemActiveEnum = void 0;
var IsSystemActiveEnum;
(function (IsSystemActiveEnum) {
IsSystemActiveEnum["Y"] = "Y";
IsSystemActiveEnum["N"] = "N";
})(IsSystemActiveEnum = exports.IsSystemActiveEnum || (exports.IsSystemActiveEnum = {}));
var IsSystemWantsSyncEnum;
(function (IsSystemWantsSyncEnum) {
IsSystemWantsSyncEnum["Y"] = "Y";
IsSystemWantsSyncEnum["N"] = "N";
})(IsSystemWantsSyncEnum = exports.IsSystemWantsSyncEnum || (exports.IsSystemWantsSyncEnum = {}));
//# sourceMappingURL=registered-system.enum.js.map