@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 804 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
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [isCurated?](./x-types.nextquery.iscurated.md) | | boolean | _(Optional)_ If it's a curated next query. |