UNPKG

@tomei/finance

Version:

NestJS package for finance module

6 lines 359 B
import { RepositoryBase, IRepositoryBase } from '@tomei/general'; import PaymentPaidWithModel from '../models/payment-paid-with.entity'; export declare class PaymentPaidWithRepository extends RepositoryBase<PaymentPaidWithModel> implements IRepositoryBase<PaymentPaidWithModel> { constructor(); } //# sourceMappingURL=payment-paid-with.repository.d.ts.map