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.
2 parents e383e59 + ef80270 commit 0987a55Copy full SHA for 0987a55
.gitignore
@@ -8,3 +8,4 @@ lib/README.md
8
lib/ReadmeResources/
9
lib/coverage/
10
yarn.lock
11
+.vscode/
lib/src/entities.ts
@@ -11,7 +11,7 @@ export class FieldValidation {
}
12
13
export class FieldValidationResult {
14
- key: string;
+ key?: string;
15
type: string;
16
succeeded: boolean;
17
errorMessage: string;
0 commit comments