export interface NavItem { displayName: string; disabled?: boolean; iconName?: string; route?: string; children?: NavItem[]; FontAwesomeIcon?: string; }