fix FormRepresentationModel interface

This commit is contained in:
Denys Vuika
2019-09-12 13:40:38 +01:00
parent 04362c60c0
commit d90497a3f8

View File

@@ -48,6 +48,7 @@ export interface FormRepresentationModel {
tabs?: any[];
outcomes?: any[];
formDefinition?: {
[key: string]: any;
fields?: any[];
};
}