export interface CompanyNavigationData { id: number; companyName: string; isDivision: boolean; }