interface AppBranchUpdateTaskStateBase {
    id: number;
    type: UpdateTask;
    progress: undefined | AppBranchUpdateTaskProgress;
}

Hierarchy (view full)

Properties

Properties

id: number
progress: undefined | AppBranchUpdateTaskProgress