Interface SoundcloudTrackSearch

interface SoundcloudTrackSearch {
    collection: SoundcloudTrack[];
    next_href: string;
    query_urn: string;
    total_results: number;
}

Hierarchy (view full)

Properties

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