Browse Source

chore(nc-gui): add title to route params type

pull/3637/head
braks 2 years ago
parent
commit
2b89c4772b
  1. 1
      packages/nc-gui/nuxt-shim.d.ts

1
packages/nc-gui/nuxt-shim.d.ts vendored

@ -32,5 +32,6 @@ declare module 'vue-router' {
interface RouteParams {
projectId: string
projectType: 'base' | 'nc' | string
title: string
}
}

Loading…
Cancel
Save