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 ebb1af2 commit 81a9cfdCopy full SHA for 81a9cfd
src/interface.ts
@@ -75,7 +75,7 @@ export type Rule = RuleObject | RuleRender;
75
76
export interface ValidateErrorEntity {
77
values: Store;
78
- errorFields: { name: InternalNamePath; errors: string[] };
+ errorFields: { name: InternalNamePath; errors: string[] }[];
79
outOfDate: boolean;
80
}
81
0 commit comments