次の方法で共有


RenderGetCopyrightCaptionResponse type

getCopyrightCaption 操作の応答データを格納します。

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