interface AppBranchOngoingTaskControllerBase {
    id: number;
    startedDate: Date;
}

Hierarchy (view full)

Properties

Properties

id: number
startedDate: Date