export interface INavDropdown { url: string; icon: string; name: string; open?: boolean; children?: Array; }