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

    Interface DeezerUser

    Interface representing a Deezer user account

    interface DeezerUser {
        id: number;
        name: string;
    }
    Index
    id: number

    The id of the user

    name: string

    The name of the user