import { RouteLocationRaw } from 'vue-router'; export interface Breadcrumb { to?: RouteLocationRaw | string; label: string; }