chore: add typings for nuxt context
This commit is contained in:
9
packages/hoppscotch-app/types/nuxt-exts.d.ts
vendored
Normal file
9
packages/hoppscotch-app/types/nuxt-exts.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import "@nuxt/types/app"
|
||||
|
||||
declare module "@nuxt/types/app" {
|
||||
interface NuxtApp {
|
||||
$worker: {
|
||||
createRejexWorker: () => Worker
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user