Interface: HintsResponse
Defined in: endpoints/Hints/types.ts:114
Properties
| Property | Type | Defined in |
|---|---|---|
results | { terms: string[]; } | endpoints/Hints/types.ts:115 |
results.terms | string[] | endpoints/Hints/types.ts:116 |
meta | { metrics?: { dataSetId?: string; }; } | endpoints/Hints/types.ts:118 |
meta.metrics? | { dataSetId?: string; } | endpoints/Hints/types.ts:119 |
meta.metrics.dataSetId? | string | endpoints/Hints/types.ts:120 |