Interface TaskExecutionDto

interface TaskExecutionDto {
    id: number;
    task: TaskDto;
}

Properties

Properties

id: number
task: TaskDto