@wepublish/api
Version:
API core for we.publish.
15 lines • 649 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ActionType = void 0;
var ActionType;
(function (ActionType) {
ActionType["ArticleCreated"] = "articleCreated";
ActionType["PageCreated"] = "pageCreated";
ActionType["CommentCreated"] = "commentCreated";
ActionType["SubscriptionCreated"] = "subscriptionCreated";
ActionType["AuthorCreated"] = "authorCreated";
ActionType["PollStarted"] = "pollStarted";
ActionType["UserCreated"] = "userCreated";
ActionType["EventCreated"] = "eventCreated";
})(ActionType || (exports.ActionType = ActionType = {}));
//# sourceMappingURL=action.js.map