export type Tab = { id: number | string; name: string; iconName: string; disabled?: boolean; };