Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpotifyAlbum

Hierarchy

  • SpotifyAlbum

Index

Properties

Properties

artists

artists: SpotifyArtist[]

name

name: string

tracks

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

Type declaration

  • items: SpotifyTrack[]
  • next: null | string
  • previous: null | string

Generated using TypeDoc