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