RenderGetCopyrightFromBoundingBoxResponse type

Contém dados de resposta para a operação getCopyrightFromBoundingBox.

type RenderGetCopyrightFromBoundingBoxResponse = CopyrightBoundingResult & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: CopyrightBoundingResult,
  },
}