export interface ILinkItem { title: string name: string icon?: string external?: boolean }