@empathyco/x-components
Version:
Empathy X Components
57 lines (26 loc) • 895 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformRecommendationsResponse](./x-adapter-platform.platformrecommendationsresponse.md)
## PlatformRecommendationsResponse interface
Response for the `recommendations` endpoint.
**Signature:**
```typescript
export interface PlatformRecommendationsResponse
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[topclicked](./x-adapter-platform.platformrecommendationsresponse.topclicked.md)
</td><td>
</td><td>
{ content: [PlatformResult](./x-adapter-platform.platformresult.md)<!-- -->\[\]; numFound: number; }
</td><td>
</td></tr>
</tbody></table>