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