RenderGetCopyrightForTileResponse type

Obsahuje data odpovědi pro operaci getCopyrightForTile.

type RenderGetCopyrightForTileResponse = CopyrightTileResult & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: CopyrightTileResult,
  },
}