Share via


RenderGetCopyrightForWorldResponse type

Innehåller svarsdata för åtgärden getCopyrightForWorld.

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