We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1080275 commit bdcffe0Copy full SHA for bdcffe0
src/lib/adapters/typeSchema.ts
@@ -52,7 +52,7 @@ type InferSchema<TResolver extends Resolver> = TResolver['base'];
52
53
type ValidationIssue = {
54
message: string;
55
- path?: Array<string | number | symbol | unknown>;
+ path?: Array<string | number | symbol>;
56
};
57
58
// eslint-disable-next-line @typescript-eslint/no-explicit-any
0 commit comments