yunohost-admin/app/overrides.d.ts

17 lines
294 B
TypeScript
Raw Normal View History

import 'vue-router'
declare module 'vue-router' {
interface RouteMeta {
noAuth?: boolean
routerParams?: string[]
args: { trad?: string; param?: string }
breadcrumb?: string[]
}
}
declare module 'bootstrap-vue-next' {
interface BaseColorVariant {
best: unknown
}
}