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

    Interface SoundCloudTrackDeprecated

    interface SoundCloudTrackDeprecated {
        fetched: boolean;
        id: number;
        type: "track";
    }
    Index
    fetched: boolean

    SoundCloud Track fetched status

    id: number

    SoundCloud Track ID

    type: "track"

    SoundCloud Class type. == "track"