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