interface List {
    featuredPlaylist?: Playlist;
    playlists: Playlist[];
}

Properties

featuredPlaylist?: Playlist
playlists: Playlist[]