We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9f0fe commit 0f2aa58Copy full SHA for 0f2aa58
README.md
@@ -315,7 +315,7 @@ A GitHub Action will be triggered and push the package on [npm](https://www.npmj
315
316
- Make a search request:
317
318
-`client.getIndex('xxx').search(query: string, options?: SearchParams): Promise<SearchResponse>`
+`client.getIndex('xxx').search<T = any>(query: string, options?: SearchParams): Promise<SearchResponse<T>>`
319
320
### Indexes <!-- omit in toc -->
321
0 commit comments