import type * as Merge from "../../../index"; export interface InvoiceBatchItemRequest { /** The third-party item ID for this model in the bulk create request */ itemId: string; payload: Merge.accounting.InvoiceRequest; }