Type Alias AlertingTaskListResponse

AlertingTaskListResponse: StandardListResponseProps & {
    links?: ListLinks;
    tasks?: AlertingTaskResponse[];
}

Type declaration