UNPKG

@empathyco/x-components

Version:
23 lines (14 loc) 730 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [AiSuggestionSearch](./x-types.aisuggestionsearch.md) ## AiSuggestionSearch interface Each suggestion search is a query and the results of that query. **Signature:** ```typescript export interface AiSuggestionSearch ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [numFound](./x-types.aisuggestionsearch.numfound.md) | | number | | | [query](./x-types.aisuggestionsearch.query.md) | | string | | | [results](./x-types.aisuggestionsearch.results.md) | | [Result](./x-types.result.md)<!-- -->\[\] | |