import type * as Merge from "../../../index"; /** * The invoice's contact. */ export type InvoiceLineItemRequestContact = string | Merge.accounting.Contact;