interface ListTasksResponse {
    tasks: Domain.v2beta1.Task[];
    totalCount: number;
}

Properties

Properties

totalCount: number