DONE: layout letter with letterhead and footer, notification for newly...
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
import 'vue-router'
|
||||
|
||||
declare module 'vue-router' {
|
||||
interface RouteMeta {
|
||||
title?: string
|
||||
module?: string
|
||||
/** Single permission required to access this route (active role). */
|
||||
permission?: string
|
||||
/** Any one of these permissions grants access (active role). */
|
||||
permissions?: string[]
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
Reference in New Issue
Block a user