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

    Interface SpotifyTrackAlbum

    interface SpotifyTrackAlbum {
        id: string;
        name: string;
        release_date: string;
        release_date_precision: string;
        total_tracks: number;
        url: string;
    }
    Index
    id: string

    Spotify Track Album id

    name: string

    Spotify Track Album name

    release_date: string

    Spotify Track Album release date

    release_date_precision: string

    Spotify Track Album release date precise

    total_tracks: number

    Spotify Track Album total tracks number

    url: string

    Spotify Track Album url