import { SelectedModule } from '../enums'; export interface NavigationItem { icon: string; title: SelectedModule; companyName: string | null; companyId?: number; isLastInList: boolean; }