X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3298374113ca01401a91caeb71e2b62b6ad7c5ad..refs/pull/5725/head:/resources/js/global.d.ts diff --git a/resources/js/global.d.ts b/resources/js/global.d.ts index b637c97c1..239f4b924 100644 --- a/resources/js/global.d.ts +++ b/resources/js/global.d.ts @@ -15,4 +15,6 @@ declare global { baseUrl: (path: string) => string; importVersioned: (module: string) => Promise; } -} \ No newline at end of file +} + +export type CodeModule = (typeof import('./code/index.mjs')); \ No newline at end of file