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