SocialAccount: {
    createdAt: string;
    id: string;
    platformUsername?: string;
    profilePicUrl?: string;
    status: SocialAccountStatus;
    user: Pick<SocialUser, "id" | "name">;
    workPlatform: Pick<SocialWorkPlatform, "id" | "name">;
}

Type declaration