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