export interface TabConfiguration { iconName: string; label: string; routerLink: string[]; showCondition?: boolean; }