Share via


AnomalyDetectorLastDetectAnomalyResponse type

Bevat antwoordgegevens voor de lastDetectAnomaly-bewerking.

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