interface CDNOptions

export interface CDNOptions

Options for initializing the CDN class.

optional
cdn? : string | undefined = DefaultRestOptions.cdn

The base URL for the CDN.

optional
mediaProxy? : string | undefined = DefaultRestOptions.mediaProxy

The base URL for the media proxy.