build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / ui / web / src / shims-vue.d.ts
index 3b0c636bdce9b446b2fc7b1c20709445036037d7..9875d777e9682a548a210aabaee01365125424c4 100644 (file)
@@ -1,6 +1,6 @@
 declare module '*.vue' {
   import type { DefineComponent } from 'vue';
   // eslint-disable-next-line @typescript-eslint/ban-types
-  const component: DefineComponent<{}, {}, any>;
+  const component: DefineComponent<{}, {}, unknown>;
   export default component;
 }