chore: add typings for nuxt context
This commit is contained in:
parent
f027d2dd23
commit
a8acc3eef8
1 changed files with 9 additions and 0 deletions
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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue