interface AppBranchLastFailedRepairTaskController {
    type: RepairTask;
    progress: undefined | AppBranchRepairTaskProgress;
    errorTypeName: undefined | AppBranchRepairTaskErrorTypeName;
}

Properties

progress: undefined | AppBranchRepairTaskProgress
errorTypeName: undefined | AppBranchRepairTaskErrorTypeName