Interface: SearchResponse\<T\>
Interface: SearchResponse<T>
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends Record<string, unknown> | Record<string, unknown> |
Properties
nextPageToken
nextPageToken: string | null;queryTimeMs
queryTimeMs: number;queryType
queryType: SearchQueryType;results
results: SearchResult<T>[];totalCount
totalCount: number;