UNPKG

@wepublish/api

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