Type Alias AlertingTaskExecutionStats

AlertingTaskExecutionStats: StandardListResponseProps & {
    executionsStats?: ExecutionStats[];
    links?: ListLinks;
}