Share via


AnomalyDetectorDetectLastPointResponse type

detectLastPoint işlemi için yanıt verilerini içerir.

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