Interface Media

An NPF media object.

interface Media {
    type?: string;
    url: string;
}

Hierarchy (view full)

Properties

Properties

type?: string

The MIME type of the media asset, or a best approximation will be made based on the given URL.

url: string

The canonical URL of the media asset.