@wepublish/api
Version:
API core for we.publish.
13 lines • 542 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PublicCommentSort = exports.CommentSort = void 0;
var CommentSort;
(function (CommentSort) {
CommentSort["CreatedAt"] = "createdAt";
CommentSort["ModifiedAt"] = "modifiedAt";
})(CommentSort || (exports.CommentSort = CommentSort = {}));
var PublicCommentSort;
(function (PublicCommentSort) {
PublicCommentSort["Rating"] = "rating";
})(PublicCommentSort || (exports.PublicCommentSort = PublicCommentSort = {}));
//# sourceMappingURL=comment.js.map