@tomei/customer-base
Version:
Tomei Customer Base Package
14 lines • 635 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 = IsSystemActiveEnum = {}));
var IsSystemWantsSyncEnum;
(function (IsSystemWantsSyncEnum) {
IsSystemWantsSyncEnum["Y"] = "Y";
IsSystemWantsSyncEnum["N"] = "N";
})(IsSystemWantsSyncEnum || (exports.IsSystemWantsSyncEnum = IsSystemWantsSyncEnum = {}));
//# sourceMappingURL=registered-system.enum.js.map