Skip to content

Commit e8d8cdc

Browse files
committed
fix: typings mobx mutation config
1 parent 804b656 commit e8d8cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mutation.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export type MobxMutationConfig<
9191
TVariables = void,
9292
TError = DefaultError,
9393
TContext = unknown,
94-
> = MutationConfig<TData, TError, TVariables, TContext>;
94+
> = MutationConfig<TData, TVariables, TError, TContext>;
9595

9696
export type MutationConfigFromFn<
9797
T extends (...args: any[]) => any,

0 commit comments

Comments
 (0)