caner 1 year ago
parent
commit
5a695d5d4e
1 changed files with 1 additions and 5 deletions
  1. 1 5
      src/vite-env.d.ts

+ 1 - 5
src/vite-env.d.ts

@@ -8,8 +8,4 @@ declare module '*.vue' {
   import type { DefineComponent } from 'vue'
   const component: DefineComponent<{}, {}, Any>
   export default component
-}
-
-interface Window {
-  $notification: NotificationApiInjection;
-}
+}