@empathyco/x-components
Version:
Empathy X Components
60 lines (28 loc) • 961 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [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)<!-- --><'NextQuery'>, Required<[Previewable](./x-types.previewable.md)<!-- -->>
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[isCurated?](./x-types.nextquery.iscurated.md)
</td><td>
</td><td>
boolean
</td><td>
_(Optional)_ If it's a curated next query.
</td></tr>
</tbody></table>