We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d00b6 commit 12adae9Copy full SHA for 12adae9
1 file changed
services/apps/organizations_enrichment_worker/src/sources/internal-api/types.ts
@@ -26,5 +26,4 @@ export interface IOrganizationIdentitiesInternalAPI {
26
export interface IOrganizationEnrichmentDataInternalAPIResponse {
27
profile: IOrganizationEnrichmentDataInternalAPI
28
research_confidence?: 'low' | 'medium' | 'high'
29
- error?: any
30
}
0 commit comments