@iamtraction/play-dl
    Preparing search index...

    Class SpotifyTrack

    Spotify Track Class

    Index
    album: SpotifyTrackAlbum | undefined

    Spotify Track Album data

    artists: SpotifyArtists[]

    Spotify Track Artists data [ array ]

    durationInMs: number

    Spotify Track Duration in milli seconds

    durationInSec: number

    Spotify Track Duration in seconds

    explicit: boolean

    Spotify Track explicit info.

    id: string

    Spotify Track ID

    isrc: string

    Spotify Track ISRC

    name: string

    Spotify Track Name

    playable: boolean

    Spotify Track playability info.

    thumbnail: SpotifyThumbnail | undefined

    Spotify Track Thumbnail Data

    type: "playlist" | "track" | "album"

    Spotify Class type. == "track"

    url: string

    Spotify Track url