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