Share via


RenderGetCopyrightForWorldResponse type

getCopyrightForWorld işleminin yanıt verilerini içerir.

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