export interface MenuModel { menu: string; icon: string; items: {title: string, routeName: string}[]; }