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

Hierarchy (view full)

Properties

id: number
startedDate: Date
progress: undefined | AppBranchUpdateTaskProgress