@empathyco/x-components
Version:
Empathy X Components
75 lines (34 loc) • 940 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [NextQueriesGroup](./x-components.nextqueriesgroup.md)
## NextQueriesGroup interface
Next queries group interface for the NextQueries.
**Signature:**
```typescript
export interface NextQueriesGroup extends ListItem
```
**Extends:** [ListItem](./x-components.listitem.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[modelName](./x-components.nextqueriesgroup.modelname.md)
</td><td>
</td><td>
'NextQueriesGroup'
</td><td>
</td></tr>
<tr><td>
[nextQueries](./x-components.nextqueriesgroup.nextqueries.md)
</td><td>
</td><td>
NextQuery\[\]
</td><td>
</td></tr>
</tbody></table>