Type Alias AlertingExecutionResponse

AlertingExecutionResponse: AlertingExecutionPersist & {
    evaluation?: Evaluation;
    links?: Links;
}