RenderGetCopyrightForWorldResponse type

Contains response data for the getCopyrightForWorld operation.

type RenderGetCopyrightForWorldResponse = CopyrightWorldResult & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: CopyrightWorldResult,
  },
}