@tomei/finance
Version:
NestJS package for finance module
9 lines • 352 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentType = void 0;
var PaymentType;
(function (PaymentType) {
PaymentType["PAYMENT_RECEIVED"] = "Payment Received";
PaymentType["PAYOUT"] = "Payout";
})(PaymentType || (exports.PaymentType = PaymentType = {}));
//# sourceMappingURL=payment-type.enum.js.map