@empathyco/x-components
Version:
Empathy X Components
53 lines (25 loc) • 785 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [DefaultResultsEnrichmentService](./x-components.defaultresultsenrichmentservice.md) > [fetchResults](./x-components.defaultresultsenrichmentservice.fetchresults.md)
## DefaultResultsEnrichmentService.fetchResults() method
Fetches the enrichment results.
**Signature:**
```typescript
fetchResults(_: Result[]): Promise<any[]>;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
\_
</td><td>
Result\[\]
</td><td>
</td></tr>
</tbody></table>
**Returns:**
Promise<any\[\]>