import { type RouteLocationRaw } from 'vue-router' export type Tab = { id: string | number label: string disabled: boolean to?: RouteLocationRaw }