mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix FormRepresentationModel interface
This commit is contained in:
@@ -48,6 +48,7 @@ export interface FormRepresentationModel {
|
||||
tabs?: any[];
|
||||
outcomes?: any[];
|
||||
formDefinition?: {
|
||||
[key: string]: any;
|
||||
fields?: any[];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user