interface AppBranchOngoingMoveTaskController {
    id: number;
    startedDate: Date;
    type: MoveTask;
}

Hierarchy (view full)

Properties

Properties

id: number
startedDate: Date
type: MoveTask