Share via


RenderGetCopyrightCaptionResponse type

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

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