@tomei/finance
Version:
NestJS package for finance module
9 lines • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TransactionTypeOptions = void 0;
var TransactionTypeOptions;
(function (TransactionTypeOptions) {
TransactionTypeOptions["DEBIT"] = "Debit";
TransactionTypeOptions["CREDIT"] = "Credit";
})(TransactionTypeOptions || (exports.TransactionTypeOptions = TransactionTypeOptions = {}));
//# sourceMappingURL=transaction-type.enum.js.map