Type Alias: GetResourceContentBinaryData
type GetResourceContentBinaryData = 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/binary";