export interface ISocialLinks{ id: number; gitHub: string; linkedin: string; blogUrl: string; }