export type Tab = {
  to?: string;
  name?: string;
  label?: string;
  icon?: string;
  notifications?: number;
  error?: boolean;
  disabled?: boolean;
};
