次の方法で共有


AnomalyDetectorLastDetectAnomalyResponse type

lastDetectAnomaly 操作の応答データが含まれます。

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