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 ccafd24 + 0c9e693 commit 25a7aeeCopy full SHA for 25a7aee
projects/angular-formio/src/formio.common.ts
@@ -27,6 +27,7 @@ export interface FormioReport {
27
}
28
29
export interface FormioForm {
30
+ _id?: string;
31
title?: string;
32
display?: string;
33
name?: string;
0 commit comments