removed obsolete service, updated interface

This commit is contained in:
tomek.hanaj
2024-12-16 11:52:16 +01:00
parent a8f13ef4b0
commit 734defdfb7
4 changed files with 3 additions and 58 deletions
@@ -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>;