@empathyco/x-components
Version:
Empathy X Components
57 lines (26 loc) • 814 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) > [PlatformFacetsResponse](./x-adapter-platform.platformfacetsresponse.md)
## PlatformFacetsResponse interface
Response for the `facets` endpoint.
**Signature:**
```typescript
export interface PlatformFacetsResponse
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[catalog](./x-adapter-platform.platformfacetsresponse.catalog.md)
</td><td>
</td><td>
{ facets: [PlatformFacet](./x-adapter-platform.platformfacet.md)<!-- -->\[\]; }
</td><td>
</td></tr>
</tbody></table>