UNPKG

@empathyco/x-components

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