RenderGetCopyrightForTileResponse type

Contains response data for the getCopyrightForTile operation.

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