Interface RawConnection

interface RawConnection {
    friend_sync: boolean;
    id: string;
    integrations?: RawIntegration[];
    name: string;
    revoked?: boolean;
    show_activity: boolean;
    two_way_link: boolean;
    type: "github" | "battlenet" | "ebay" | "epicgames" | "facebook" | "instagram" | "leagueoflegends" | "paypal" | "playstation" | "reddit" | "riotgames" | "spotify" | "skype" | "steam" | "tiktok" | "twitch" | "twitter" | "xbox" | "youtube" | "crunchyroll" | "domain" | "twitter_legacy";
    verified: boolean;
    visibility: ConnectionVisibilityTypes;
}

Properties

friend_sync: boolean
id: string
integrations?: RawIntegration[]
name: string
revoked?: boolean
show_activity: boolean
two_way_link: boolean
type: "github" | "battlenet" | "ebay" | "epicgames" | "facebook" | "instagram" | "leagueoflegends" | "paypal" | "playstation" | "reddit" | "riotgames" | "spotify" | "skype" | "steam" | "tiktok" | "twitch" | "twitter" | "xbox" | "youtube" | "crunchyroll" | "domain" | "twitter_legacy"
verified: boolean