Er-Api SDK - v1.0.7
    Preparing search index...

    Interface SpotifyResponse

    interface SpotifyResponse {
        from: string;
        hasil: { judul: string; link: string; thumb: string }[];
        status: number;
    }
    Index

    Properties

    Properties

    from: string
    hasil: { judul: string; link: string; thumb: string }[]
    status: number