import type * as Merge from "../../../index"; /** * The contact's account. */ export type ContactRequestAccount = string | Merge.crm.Account;