import type * as Merge from "../../../index"; /** * The account of the converted lead. */ export type LeadRequestConvertedAccount = string | Merge.crm.Account;