Type Alias AlertingExecutionListResponse

AlertingExecutionListResponse: StandardListResponseProps & {
    executions?: AlertingExecutionResponse[];
    links?: ListLinks;
}

Type declaration