refactor: code formatting fixlets
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationWorker.ts
index cd3f0ebd0ffcab7335b3c835adbb7249d130c28d..346537cb28c24024f0787b3e150e969555206faa 100644 (file)
@@ -12,9 +12,9 @@ import type { Statistics } from './Statistics.js'
 import { type WorkerData, type WorkerMessage, WorkerMessageEvents } from '../worker/index.js'
 
 export interface ChargingStationOptions extends JsonObject {
+  persistentConfiguration?: boolean
   autoStart?: boolean
   autoRegister?: boolean
-  persistentConfiguration?: boolean
 }
 
 export interface ChargingStationWorkerData extends WorkerData {