chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / index.ts
index ff73d6887e6a128de780cf5fe76bddbe58419655..ec7821f32a12fa17f5cc15153240ad9d3b2b96bd 100644 (file)
@@ -1,13 +1,13 @@
 export type {
   ChargingStationData,
   ChargingStationInfo,
-  ConnectorStatus,
-} from './ChargingStationType';
-export type { BaseConfig } from './ConfigurationType';
+  ConnectorStatus
+} from './ChargingStationType'
+export type { BaseConfig } from './ConfigurationType'
 export {
   ProcedureName,
   type ProtocolResponse,
   type RequestPayload,
   type ResponsePayload,
-  ResponseStatus,
-} from './UIProtocol';
+  ResponseStatus
+} from './UIProtocol'