export interface RequestCreditNoteItemCreateOrUpdate { id?: string; invoiceItem: string; quantity: number; sku: string; unitPrice: number; }