We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
key
1 parent e6d2151 commit ef80270Copy full SHA for ef80270
1 file changed
lib/src/entities.ts
@@ -11,7 +11,7 @@ export class FieldValidation {
11
}
12
13
export class FieldValidationResult {
14
- key: string;
+ key?: string;
15
type: string;
16
succeeded: boolean;
17
errorMessage: string;
0 commit comments