UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 804 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [NextQuery](./x-types.nextquery.md) ## NextQuery interface A next query is a suggestion of a new query that the user may be interested after searching for an specific term. **Signature:** ```typescript export interface NextQuery extends NamedModel<'NextQuery'>, Required<Previewable> ``` **Extends:** [NamedModel](./x-types.namedmodel.md)<!-- -->&lt;'NextQuery'&gt;, Required&lt;[Previewable](./x-types.previewable.md)<!-- -->&gt; ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [isCurated?](./x-types.nextquery.iscurated.md) | | boolean | _(Optional)_ If it's a curated next query. |