interface AppBranchRepairTaskStateBase {
    type: RepairTask;
    progress: undefined | AppBranchRepairTaskProgress;
    id: number;
}

Hierarchy (view full)

Properties

Properties

progress: undefined | AppBranchRepairTaskProgress
id: number