Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a media URL.

    interface MediaUrl {
        profile?: string;
        url: string;
    }
    Index

    Properties

    Properties

    profile?: string

    The profile of the media.

    url: string

    The URL of the media.