UNPKG

@empathyco/x-components

Version:
57 lines (26 loc) 852 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; [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>