export default interface SocialItem { url: string; title: string; text: string; name: string; }