Skip to content

Commit 461bcdd

Browse files
author
jan.silhan
committed
fix: Fix usage of generic variable
1 parent af5b66f commit 461bcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/typescript/src/templates/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const getContext = (prefix: string, componentsFile: string) =>
3030
* Set this to \`false\` to disable automatic refetching when the query mounts or changes query keys.
3131
* Defaults to \`true\`.
3232
*/
33-
enabled?: Enabled<TQueryFnData, TError, TQueryFnData, TQueryKey>;
33+
enabled?: Enabled<TQueryFnData, TError, TData, TQueryKey>;
3434
};
3535
};
3636

0 commit comments

Comments
 (0)