RenderGetMapImageryTileResponse type

Contains response data for the getMapImageryTile operation.

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