Interface SoundcloudConnection

interface SoundcloudConnection {
    created_at: string;
    display_name: string;
    id: number;
    post_favorite: boolean;
    post_publish: false;
    service: string;
    type: string;
    uri: string;
}

Properties

created_at: string
display_name: string
id: number
post_favorite: boolean
post_publish: false
service: string
type: string
uri: string