@empathyco/x-components
Version:
Empathy X Components
57 lines (26 loc) • 852 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) > [PlatformNextQueriesResponse](./x-adapter-platform.platformnextqueriesresponse.md)
## PlatformNextQueriesResponse interface
Response for the `next queries` endpoint.
**Signature:**
```typescript
export interface PlatformNextQueriesResponse
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[data](./x-adapter-platform.platformnextqueriesresponse.data.md)
</td><td>
</td><td>
{ nextqueries: [PlatformNextQuery](./x-adapter-platform.platformnextquery.md)<!-- -->\[\]; }
</td><td>
</td></tr>
</tbody></table>