Skip to content

Commit bdcffe0

Browse files
committed
Removed unknown from ValidationIssue
1 parent 1080275 commit bdcffe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/adapters/typeSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type InferSchema<TResolver extends Resolver> = TResolver['base'];
5252

5353
type ValidationIssue = {
5454
message: string;
55-
path?: Array<string | number | symbol | unknown>;
55+
path?: Array<string | number | symbol>;
5656
};
5757

5858
// eslint-disable-next-line @typescript-eslint/no-explicit-any

0 commit comments

Comments
 (0)