Aracılığıyla paylaş


RenderGetCopyrightCaptionResponse type

getCopyrightCaption işlemi için yanıt verilerini içerir.

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