export interface IBurgerMenuItem { title: string, link: string, new?: boolean, icon: string, featureFlag?: string, }