次の方法で共有


AnomalyDetectorDetectLastPointResponse type

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

type AnomalyDetectorDetectLastPointResponse = DetectLastPointResponse & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: DetectLastPointResponse
  }
}