Interface SoundcloudActivityCollection

interface SoundcloudActivityCollection {
    collection: SoundcloudActivity[];
    future_href: string;
    next_href: string;
}

Properties

collection: SoundcloudActivity[]
future_href: string
next_href: string