Interface SoundcloudPlaylistSearch

interface SoundcloudPlaylistSearch {
    collection: SoundcloudPlaylist[];
    next_href: string;
    query_urn: string;
    total_results: number;
}

Hierarchy (view full)

Properties

collection: SoundcloudPlaylist[]
next_href: string
query_urn: string
total_results: number