@wepublish/api
Version:
API core for we.publish.
10 lines • 360 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthorSort = void 0;
var AuthorSort;
(function (AuthorSort) {
AuthorSort["CreatedAt"] = "createdAt";
AuthorSort["ModifiedAt"] = "modifiedAt";
AuthorSort["Name"] = "name";
})(AuthorSort || (exports.AuthorSort = AuthorSort = {}));
//# sourceMappingURL=author.js.map