RenderGetCopyrightCaptionResponse type

Berisi data respons untuk operasi getCopyrightCaption.

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