<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [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)<!-- -->&lt;'NextQueries'&gt;, [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>

