Skip to content

Commit 25a7aee

Browse files
authored
Merge pull request #1130 from formio/add-id-to-formioform-type
added _id to formioForm type
2 parents ccafd24 + 0c9e693 commit 25a7aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/angular-formio/src/formio.common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export interface FormioReport {
2727
}
2828

2929
export interface FormioForm {
30+
_id?: string;
3031
title?: string;
3132
display?: string;
3233
name?: string;

0 commit comments

Comments
 (0)