Skip to main content
Version: 2.0.0

SpotifyPlaylist

ruvyrias


ruvyrias / SpotifyPlaylist

Interface: SpotifyPlaylist

Defined in: types/Spotify.ts:150

Represents a Spotify playlist.

Properties

collaborative

collaborative: boolean

Defined in: types/Spotify.ts:151


description

description: null | string

Defined in: types/Spotify.ts:152


external_urls

external_urls: object

Defined in: types/Spotify.ts:153

spotify

spotify: string


followers

followers: SpotifyFollower

Defined in: types/Spotify.ts:156


href

href: string

Defined in: types/Spotify.ts:157


id

id: string

Defined in: types/Spotify.ts:158


images

images: SpotifyImage[]

Defined in: types/Spotify.ts:159


name

name: string

Defined in: types/Spotify.ts:160


owner

owner: object

Defined in: types/Spotify.ts:161

display_name

display_name: string

external_urls

external_urls: object

external_urls.spotify

spotify: string

followers

followers: SpotifyFollower

href

href: string

id

id: string

type

type: "user"

uri

uri: string


public

public: boolean

Defined in: types/Spotify.ts:172


snapshot_id

snapshot_id: string

Defined in: types/Spotify.ts:173


tracks?

optional tracks: SpotifySearchTrack

Defined in: types/Spotify.ts:174


type

type: "playlist"

Defined in: types/Spotify.ts:175


uri

uri: string

Defined in: types/Spotify.ts:176