export interface Tab { routePath?: string; routeName?: string; name: string; disabled?: boolean; error?: boolean; }