Skip to content

Commit d306746

Browse files
algolia-botshortcutsmillotp
committed
chore: generated code for commit da452042. [skip ci]
algolia/api-clients-automation@da45204 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent c93128f commit d306746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client-search/model/batchResponse.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ export type BatchResponse = {
22
/**
33
* TaskID of the task to wait for.
44
*/
5-
taskID?: number;
5+
taskID: number;
66
/**
77
* List of objectID.
88
*/
9-
objectIDs?: string[];
9+
objectIDs: string[];
1010
};

0 commit comments

Comments
 (0)