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