User's playlists
Schema versions
Schema
type SwarmUserPlaylists = {
/** Reference to the channel playlist */
channel?: string
/** Reference to the saved videos playlist */
saved?: string
/** Reference list of custom playlists */
custom?: string[]
}Feed
Last updated