import type * as Merge from "../../../index"; /** * The contact of the converted lead. */ export type LeadRequestConvertedContact = string | Merge.crm.Contact;