UNPKG

@wepublish/api

Version:
15 lines 649 B
"use strict"; 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