@empathyco/x-components
Version:
Empathy X Components
60 lines (28 loc) • 905 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [NextQueries](./x-types.nextqueries.md)
## NextQueries interface
A group of next queries.
**Signature:**
```typescript
export interface NextQueries extends NamedModel<'NextQueries'>, Identifiable
```
**Extends:** [NamedModel](./x-types.namedmodel.md)<!-- --><'NextQueries'>, [Identifiable](./x-types.identifiable.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[nextQueries](./x-types.nextqueries.nextqueries.md)
</td><td>
</td><td>
[NextQuery](./x-types.nextquery.md)<!-- -->\[\]
</td><td>
Array of next queries available inside the group.
</td></tr>
</tbody></table>