RenderGetCopyrightCaptionResponse type

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

type RenderGetCopyrightCaptionResponse = CopyrightCaptionResult & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: CopyrightCaptionResult,
  },
}