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 4f6ccea commit fb62b15Copy full SHA for fb62b15
packages/client-search/src/types/FindAnswersResponse.ts
@@ -1,7 +1,7 @@
1
import { Hit } from './Hit';
2
import { SearchResponse } from './SearchResponse';
3
4
-export type FindAnswersResponse<TObject = {}> = SearchResponse<TObject> & {
+export type FindAnswersResponse<TObject = {}> = Omit<SearchResponse<TObject>, 'hits'> & {
5
/**
6
* The hits returned by the search.
7
*
0 commit comments