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