build: cleanup code extensions recommendation
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationOcppConfiguration.ts
index 7bc47aae3d8caa79be98ca8f24036b64c111fc25..2ea2c53e5e12677132557991a0cd4d0f890c91e1 100644 (file)
@@ -1,10 +1,10 @@
-import type { OCPPConfigurationKey } from './ocpp/Configuration';
+import type { OCPPConfigurationKey } from './ocpp/Configuration.js'
 
 export type ConfigurationKey = OCPPConfigurationKey & {
-  visible?: boolean;
-  reboot?: boolean;
-};
+  visible?: boolean
+  reboot?: boolean
+}
 
 export interface ChargingStationOcppConfiguration {
-  configurationKey?: ConfigurationKey[];
+  configurationKey?: ConfigurationKey[]
 }