RenderGetMapImageResponse type

Contains response data for the getMapImage operation.

type RenderGetMapImageResponse = {
  _response: HttpResponse,
  blobBody?: Promise<Blob>,
  readableStreamBody?: NodeJS.ReadableStream,
}