export interface GlobalNavigationSubTab {
    iconName: string;
    isActive: boolean;
    isMain: boolean;
    label: string;
    name: string;
}
