UNPKG

@wepublish/api

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