export interface TabInterface { tabName: string; tabIcon?: string; iconPosition?: string; badgeContent?: string; }