export interface ILink { title: string; link: string; href?: string; fragment?: string; router?: boolean; logo?: string; indicator?: boolean; }