Interface UpNextSource

Describes an up next source.

Remarks


- Available since v2.15.

interface UpNextSource {
    duration?: string;
    image: string;
    link: string;
    title?: string;
}

Properties

duration?: string

The duration of the source.

image: string

The URL to the thumbnail of the source.

link: string

The URL of the source.

title?: string

The title of the source.