Поделиться через


AnomalyDetectorLastDetectAnomalyResponse type

Содержит данные ответа для операции lastDetectAnomaly.

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