@pashoo2/clean-architecture-boilerplate
Version:
Clean architecture boilerplate
8 lines • 383 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EDomainEntityEventType = void 0;
var EDomainEntityEventType;
(function (EDomainEntityEventType) {
EDomainEntityEventType["ENTITY_EVENT"] = "ENTITY_EVENT";
})(EDomainEntityEventType = exports.EDomainEntityEventType || (exports.EDomainEntityEventType = {}));
//# sourceMappingURL=eventType.js.map