@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 748 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
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [nextQueries](./x-types.nextqueries.nextqueries.md) | | [NextQuery](./x-types.nextquery.md)<!-- -->\[\] | Array of next queries available inside the group. |