UNPKG

@empathyco/x-components

Version:
57 lines (26 loc) 814 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [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>