importtype * asIntercomfrom"../index.mjs";
/**
* An object containing social profiles that a contact has.
*/exportinterfaceContactSocialProfiles {
/** A list of social profiles objects associated with the contact. */data?: Intercom.SocialProfile[];
}