Type alias LeadConvertResult
LeadConvertResult: { accountId?: string | null; contactId?: string | null; errors: Error[]; leadId?: string | null; opportunityId?: string | null; success: boolean; } Type declaration
Optional accountId?: string | null
Optional contactId?: string | null
Optional leadId?: string | null
Optional opportunityId?: string | null
success: boolean