interface ISocialNetwork { icon: string; link: string; name: string; } export default ISocialNetwork;