interface AppBranchOngoingUninstallTaskController {
    id: number;
    startedDate: Date;
    type: UninstallTask;
}

Hierarchy (view full)

Properties

Properties

id: number
startedDate: Date