mindful-commons
Version:
8 lines • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EventType = void 0;
var EventType;
(function (EventType) {
EventType["CONTENT_PUBLISHED"] = "CONTENT_PUBLISHED";
})(EventType = exports.EventType || (exports.EventType = {}));
//# sourceMappingURL=event-type.enum.js.map