refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / src / types / FileType.ts
index 2b6bc380cbe401c1c294407c489ed47f9bc331fc..3781b7d9e9b22d58423782e128c70f13be467e09 100644 (file)
@@ -4,5 +4,5 @@ export enum FileType {
   ChargingStationConfiguration = 'charging station configuration',
   ChargingStationTemplate = 'charging station template',
   PerformanceRecords = 'performance records',
-  JsonSchema = 'json schema'
+  JsonSchema = 'json schema',
 }