refactor(ui): strong type pages ref
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / actions / SetSupervisionUrl.vue
index 2b7ef4a251a5b6c846a696da34038362f7e95147..1406db53919cf4595e0dfcf9c0dacd3ccad9f748 100644 (file)
@@ -43,7 +43,7 @@ defineProps<{
   chargingStationId: string
 }>()
 
-const state = ref({
+const state = ref<{ supervisionUrl: string }>({
   supervisionUrl: ''
 })