UNPKG

@wepublish/api

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