Compartir a través de


GetAreaOfInterestResponse type

Contiene datos de respuesta para la operación getAreaOfInterest.

type GetAreaOfInterestResponse = AreaOfInterestResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AreaOfInterestResult
  }
}