Skip to main content
Version: 8.9

Type Alias: GetResourceContentData

type GetResourceContentData = object;

Properties

body?

optional body?: never;

path

path: object;

resourceKey

resourceKey: ResourceKey;

The unique key identifying the resource.


query?

optional query?: never;

url

url: "/resources/{resourceKey}/content";