We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8234c10 commit e8307d7Copy full SHA for e8307d7
env.d.ts
@@ -3,6 +3,8 @@
3
4
/// <reference types="vite/client" />
5
6
+declare module 'vite/modulepreload-polyfill'
7
+
8
declare module '@nextcloud/router' {
9
export function generateOcsUrl(path: string, params?: object, options?: object): string
10
export function generateUrl(path: string, params?: object, options?: object): string
0 commit comments