File tree 2 files changed +4
-4
lines changed
templates/javascript/clients/client/model
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ export type ReplaceAllObjectsOptions = {
175
175
/**
176
176
* The array of `objects` to store in the given Algolia `indexName`.
177
177
*/
178
- objects: Array< Record< string, any >> ;
178
+ objects: Array< Record< string, unknown >> ;
179
179
180
180
/**
181
181
* The size of the chunk of `objects`. The number of `batch` calls will be equal to `length(objects) / batchSize`. Defaults to 1000.
Original file line number Diff line number Diff line change 1
1
{ {! parameter that is generic and have a default value } }
2
2
{ {#vendorExtensions.x-has-child-generic} }
3
- <T = Record <string, any >>
3
+ <T = Record <string, unknown >>
4
4
{ {/vendorExtensions.x-has-child-generic} }
5
5
{ {#vendorExtensions.x-is-generic} }
6
- <T = Record <string, any >>
7
- { {/vendorExtensions.x-is-generic} }
6
+ <T = Record <string, unknown >>
7
+ { {/vendorExtensions.x-is-generic} }
You can’t perform that action at this time.
0 commit comments