Interface SocialAccount

A social account linked to a GitHub user profile.

interface SocialAccount {
    provider: string;
    url: string;
}

Properties

Properties

provider: string

The social network provider (e.g. 'linkedin', 'npm', 'twitter')

url: string

The full URL of the social account