refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / src / types / ConfigurationData.ts
index fe8b84819452354572011d23388ffc679637d701..7f5353f4c391ac2ca17c12e51b7f4d9d7bcb37fc 100644 (file)
@@ -13,13 +13,13 @@ export enum ConfigurationSection {
   log = 'log',
   performanceStorage = 'performanceStorage',
   worker = 'worker',
-  uiServer = 'uiServer'
+  uiServer = 'uiServer',
 }
 
 export enum SupervisionUrlDistribution {
   ROUND_ROBIN = 'round-robin',
   RANDOM = 'random',
-  CHARGING_STATION_AFFINITY = 'charging-station-affinity'
+  CHARGING_STATION_AFFINITY = 'charging-station-affinity',
 }
 
 export interface StationTemplateUrl {
@@ -42,7 +42,7 @@ export interface LogConfiguration {
 
 export enum ApplicationProtocolVersion {
   VERSION_11 = 1.1,
-  VERSION_20 = 2.0
+  VERSION_20 = 2.0,
 }
 
 export interface UIServerConfiguration {