LastDetectResponse2 type

Enthält Antwortdaten für den lastDetect-Vorgang.

type LastDetectResponse2 = LastDetectResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: LastDetectResponse
  }
}