SocialUser: {
    externalId: string;
    id: string;
    name: string;
    status: SocialUserStatus;
}

Type declaration