interface AppBranchOngoingRepairTaskController {
    id: number;
    type: RepairTask;
    progress: undefined | AppBranchRepairTaskProgress;
    cancelMutation: AppBranchRepairTaskCancelMutation;
}

Hierarchy (view full)

Properties

id: number
progress: undefined | AppBranchRepairTaskProgress
cancelMutation: AppBranchRepairTaskCancelMutation