RenderGetMapTileResponse type

Contains response data for the getMapTile operation.

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