export type IMenu = { key?: string; title: string; iconName?: string; };