UNPKG

@wepublish/api

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