6 lines
120 B

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