Apply prettier formating
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationTemplate.ts
index 309120b6dff966e77eb18c3065dc13406f878846..eabe60d09ff3930b4303e0edda4e2854608a5daf 100644 (file)
@@ -19,7 +19,7 @@ export enum Voltage {
   VOLTAGE_110 = 110,
   VOLTAGE_230 = 230,
   VOLTAGE_400 = 400,
-  VOLTAGE_800 = 800
+  VOLTAGE_800 = 800,
 }
 
 export interface AutomaticTransactionGenerator {
@@ -31,7 +31,7 @@ export interface AutomaticTransactionGenerator {
   probabilityOfStart: number;
   stopAfterHours: number;
   stopOnConnectionFailure: boolean;
-  requireAuthorize?: boolean
+  requireAuthorize?: boolean;
 }
 
 export default interface ChargingStationTemplate {