Docs incorrect or hard to follow?

Tweet me

so I can make things better! 😊

Soundcloud Wrapper

PlaylistData

PlaylistData type.

Example

your-api-route.ts
import { PlaylistData } from "soundcloud-wrapper/types"
 
const playlistData: PlaylistData = {
  // PlaylistData data
}

Params

PropTypeDefault
playlist
object
-
playlist.title
string
-
playlist.description
string
-
playlist.sharing
string
-
playlist.tracks
number[]
-

On this page