interface TasksGetResponse {
    count: number;
    tasks: TaskSummary[];
}

Properties

Properties

count: number
tasks: TaskSummary[]

A list of Tasks