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