@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 1.47 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformSearchResponse](./x-adapter-platform.platformsearchresponse.md)
## PlatformSearchResponse interface
Response for the `search` endpoint.
**Signature:**
```typescript
export interface PlatformSearchResponse
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [banner](./x-adapter-platform.platformsearchresponse.banner.md) | | { content: [PlatformBanner](./x-adapter-platform.platformbanner.md)<!-- -->\[\]; } | |
| [catalog](./x-adapter-platform.platformsearchresponse.catalog.md) | | { content: [PlatformResult](./x-adapter-platform.platformresult.md)<!-- -->\[\]; facets: [PlatformFacet](./x-adapter-platform.platformfacet.md)<!-- -->\[\]; numFound: number; spellchecked: string; partials: [PlatformPartialResult](./x-adapter-platform.platformpartialresult.md)<!-- -->\[\]; tagging: { query: string; display: string; }; stats: { price: { min: number; max: number; }; }; } | |
| [direct](./x-adapter-platform.platformsearchresponse.direct.md) | | { content: [PlatformRedirection](./x-adapter-platform.platformredirection.md)<!-- -->\[\]; } | |
| [promoted](./x-adapter-platform.platformsearchresponse.promoted.md) | | { content: [PlatformPromoted](./x-adapter-platform.platformpromoted.md)<!-- -->\[\]; } | |