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

    Interface SoundCloudUser

    interface SoundCloudUser {
        description: string;
        first_name: string;
        full_name: string;
        id: string;
        last_name: string;
        name: string;
        thumbnail: string;
        type: "playlist" | "track" | "user";
        url: string;
        verified: boolean;
    }
    Index
    description: string

    SoundCloud User Description

    first_name: string

    SoundCloud User First Name

    full_name: string

    SoundCloud User Full Name

    id: string

    SoundCloud User ID

    last_name: string

    SoundCloud User Last Name

    name: string

    SoundCloud User Name

    thumbnail: string

    SoundCloud User thumbnail URL

    type: "playlist" | "track" | "user"

    SoundCloud Class type. == "user"

    url: string

    SoundCloud User URL

    verified: boolean

    SoundCloud User Verified status