A class representing a playlist search result.

Hierarchy

  • ISearchResult
    • SearchResultPlaylist

Constructors

Properties

Constructors

Properties

id: string
length: number
name: string
source: "youtube"
type: PLAYLIST
uploader: {
    name?: string;
    url?: string;
}

Type declaration

  • Optional name?: string
  • Optional url?: string
url: string