AnomalyDetectorLastDetectAnomalyResponse type

Contains response data for the lastDetectAnomaly operation.

type AnomalyDetectorLastDetectAnomalyResponse = LastDetectionResult & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: LastDetectionResult
  }
}