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