Simplify WorkerUtils.defaultErrorHandler usage in WorkerSet
[e-mobility-charging-stations-simulator.git] / src / types / AutomaticTransactionGenerator.ts
index de26ce62bdc2d4770641715a951051f0fbc9209e..f88659bff630ce8025e6f9f6082a9a2cee2e3e8e 100644 (file)
@@ -11,7 +11,7 @@ export type AutomaticTransactionGeneratorConfiguration = {
 };
 
 export type Status = {
-  start?: boolean;
+  start: boolean;
   startDate?: Date;
   lastRunDate?: Date;
   stopDate?: Date;