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