UNPKG

@tomei/finance

Version:

NestJS package for finance module

9 lines 225 B
export interface ICreditNote { creditNoteRefId: string; creditNoteNo: string; creditNoteItems: { description: string; itemRefId: string; }; } //# sourceMappingURL=credit-note.interface.d.ts.map