mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-863] codelyzer documentlist (#2059)
* codelyzer documentlist * tslint error after codelizer * fix import * fix tag test
This commit is contained in:
@@ -39,9 +39,7 @@ export class ContentActionModel {
|
||||
}
|
||||
}
|
||||
|
||||
export interface ContentActionHandler {
|
||||
(obj: any, target?: any, permission?: string): any;
|
||||
}
|
||||
export type ContentActionHandler = (obj: any, target?: any, permission?: string) => any;
|
||||
|
||||
export class DocumentActionModel extends ContentActionModel {
|
||||
constructor(json?: any) {
|
||||
|
Reference in New Issue
Block a user