Interface SoundcloudUserCollection

interface SoundcloudUserCollection {
    collection: SoundcloudUser;
    next_href: string;
}

Properties

collection: SoundcloudUser
next_href: string