PlaylistInitData
No description provided
PlaylistInitData
| Property | Type | Value | Description |
| ----------- | ------------------------------------------------------------------------------------------------- | ----- | --------------------------- | ---------- |
| author | { name: string, url: string } | N/A | The playlist author |
| description | string | N/A | The description |
| id | string | N/A | The playlist id |
| rawPlaylist | any | N/A | The raw playlist data |
| source | TrackSource | N/A | The playlist source |
| thumbnail | string | N/A | The thumbnail |
| title | string | N/A | The playlist title |
| tracks | Array<Track<unknown>> | N/A | The tracks of this playlist |
| type | 'album' | 'playlist' | N/A | The playlist type: album | playlist |
| url | string | N/A | The playlist url |