export interface GlobalNavigationTab {
    hasSubTabs: boolean

    iconName: string

    isActive: boolean

    label: string
}
