MapsGenerateResponse type

Contains response data for the generate operation.

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