RenderGetCopyrightForTileResponse type

Enthält Antwortdaten für den getCopyrightForTile-Vorgang.

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