import type * as Merge from "../../../index"; /** * The contact to whom the transaction relates to. */ export type TransactionContact = string | Merge.accounting.Contact;