MapsGenerateResponse type

Obsahuje data odpovědí pro operaci generování.

type MapsGenerateResponse = MapResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: MapResponse
  }
}