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