RenderGetCopyrightFromBoundingBoxResponse type

Enthält Antwortdaten für den Vorgang getCopyrightFromBoundingBox.

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