Optional source
source?: { deezer?: "album" | "playlist" | "track"; soundcloud?: "albums" | "playlists" | "tracks"; spotify?: "album" | "playlist" | "track"; youtube?: "playlist" | "channel" | "video" }
Type declaration
Optional deezer?: "album" | "playlist" | "track"
Optional soundcloud?: "albums" | "playlists" | "tracks"
Optional spotify?: "album" | "playlist" | "track"
Optional youtube?: "playlist" | "channel" | "video"