Megosztás a következőn keresztül:


AnomalyDetectorDetectLastPointResponse type

A detectLastPoint művelet válaszadatait tartalmazza.

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