@vowel.to/client / index / AutomationSearchResults
Interface: AutomationSearchResults
Defined in: lib/vowel/types/types.ts:154
Search results from automation adapter
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
query | string | Search query that was used | lib/vowel/types/types.ts:156 |
elements | AutomationSearchResult[] | Found elements | lib/vowel/types/types.ts:158 |
totalSearched | number | Total elements searched | lib/vowel/types/types.ts:160 |
timestamp | number | Timestamp | lib/vowel/types/types.ts:162 |