Skip to content

Commit ef80270

Browse files
committed
Changed key in FieldValidationResult to optional.
1 parent e6d2151 commit ef80270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/entities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class FieldValidation {
1111
}
1212

1313
export class FieldValidationResult {
14-
key: string;
14+
key?: string;
1515
type: string;
1616
succeeded: boolean;
1717
errorMessage: string;

0 commit comments

Comments
 (0)