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
  • errors: Error[]
  • Optional leadId?: string | null
  • Optional opportunityId?: string | null
  • success: boolean