Interface SocialMediaAccount

Social media account

interface SocialMediaAccount {
    platform: string;
    username: string;
}

Properties

Properties

platform: string
username: string