Interface SoundcloudWebProfile

interface SoundcloudWebProfile {
    network: string;
    title: string;
    url: string;
    username: string;
}

Properties

network: string
title: string
url: string
username: string