UNPKG

scheunemann-interfaces

Version:
6 lines (5 loc) 188 B
import { IPaymentCash } from '../interfaces'; export declare class PaymentCashEntity implements IPaymentCash { changeFor: number; constructor(data?: Partial<PaymentCashEntity>); }