Skip to content

Commit d2cad6d

Browse files
committed
update
1 parent b2aa24e commit d2cad6d

File tree

1 file changed

+1
-1
lines changed
  • packages/clients/tanstack-query/src

1 file changed

+1
-1
lines changed

packages/clients/tanstack-query/src/react.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export type ModelQueryHooks<Schema extends SchemaDef, Model extends GetModels<Sc
205205
options?: ModelMutationOptions<BatchResult, T>,
206206
): ModelMutationResult<BatchResult, T>;
207207

208-
useUpdateManyAndReturn<T extends UpdateManyAndReturnArgs<Schema, Model>>(
208+
useUpdateManyAndReturn<T extends UpdateManyAndReturnArgs<Schema, Model, true>>(
209209
options?: ModelMutationOptions<SimplifiedModelResult<Schema, Model, T>[], T>,
210210
): ModelMutationModelResult<Schema, Model, T, true>;
211211

0 commit comments

Comments
 (0)