Skip to content

Commit 81a9cfd

Browse files
capdiemzombieJ
authored andcommitted
🐛 fix: Fix type definition error of property ValidateErrorEntity.errorFields (#64)
1 parent ebb1af2 commit 81a9cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export type Rule = RuleObject | RuleRender;
7575

7676
export interface ValidateErrorEntity {
7777
values: Store;
78-
errorFields: { name: InternalNamePath; errors: string[] };
78+
errorFields: { name: InternalNamePath; errors: string[] }[];
7979
outOfDate: boolean;
8080
}
8181

0 commit comments

Comments
 (0)