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

Hierarchy (view full)

Properties

progress: undefined | AppBranchRepairTaskProgress
id: number
startedDate: Date