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 c6e8718 commit cd22566Copy full SHA for cd22566
packages/client-search/src/types/GetObjectsResponse.ts
@@ -4,5 +4,5 @@ export type GetObjectsResponse<TObject> = {
4
/**
5
* The list of results.
6
*/
7
- results: Array<TObject & ObjectWithObjectID>;
+ results: Array<(TObject & ObjectWithObjectID) | null>;
8
};
0 commit comments