Skip to content

Commit 5ee9818

Browse files
fix(specs): results in getObjects is required (generated)
algolia/api-clients-automation#4024 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 5508156 commit 5ee9818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-search/model/getObjectsResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export type GetObjectsResponse<T = Record<string, unknown>> = {
44
/**
55
* Retrieved records.
66
*/
7-
results?: T[];
7+
results: T[];
88
};

0 commit comments

Comments
 (0)