We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5030a59 commit 3233667Copy full SHA for 3233667
arktype/src/types.ts
@@ -1,7 +1,7 @@
1
import { Type } from 'arktype';
2
import { FieldValues, ResolverOptions, ResolverResult } from 'react-hook-form';
3
4
-export type Resolver = <T extends Type<any>>(
+export type Resolver = <T extends Type<any, any>>(
5
schema: T,
6
schemaOptions?: undefined,
7
factoryOptions?: {
0 commit comments