Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpotifyPlaylist

Hierarchy

  • SpotifyPlaylist

Index

Properties

Properties

name

name: string

tracks

tracks: { items: { track: SpotifyTrack }[]; next: null | string; previous: null | string }

Type declaration

  • items: { track: SpotifyTrack }[]
  • next: null | string
  • previous: null | string

Generated using TypeDoc