mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
[ACA-3877] Add the possibility to ADF Extension to be used in compila… (#6097)
* [ACA-3877] Add the possibility to ADF Extension to be used in compilation time * Fix interface * Fix cspell * Fix unit tests * Add tests
This commit is contained in:
@@ -48,5 +48,5 @@ export interface ContentActionRef extends ExtensionElement {
|
||||
export interface ActionRef {
|
||||
id: string;
|
||||
type: string;
|
||||
payload?: string;
|
||||
payload?: any;
|
||||
}
|
||||
|
Reference in New Issue
Block a user