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

    Interface tokenOptions

    interface tokenOptions {
        soundcloud?: { client_id: string };
        spotify?: {
            client_id: string;
            client_secret: string;
            market: string;
            refresh_token: string;
        };
        useragent?: string[];
        youtube?: { cookie: string };
    }
    Index
    soundcloud?: { client_id: string }
    spotify?: {
        client_id: string;
        client_secret: string;
        market: string;
        refresh_token: string;
    }
    useragent?: string[]
    youtube?: { cookie: string }