mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
removed obsolete service, updated interface
This commit is contained in:
+3
@@ -18,6 +18,9 @@
|
||||
import { EventEmitter } from '@angular/core';
|
||||
|
||||
export interface UserTaskCustomUi {
|
||||
appName: string;
|
||||
taskId: string;
|
||||
screenId: string;
|
||||
error: EventEmitter<any>;
|
||||
cancelClick: EventEmitter<string>;
|
||||
taskClaimed: EventEmitter<string>;
|
||||
|
||||
Reference in New Issue
Block a user