refactor: rewriting functionalities and added additional helper functions
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index 8608e480f7d7b4a3a1ff938e0c487c216da8912c..6c641cf62da79416498fd2149380d1d17223b4f7 100644 (file)
@@ -39,6 +39,8 @@ export class Constants {
     /* This is intentional */
   });
 
+  static readonly DEFAULT_RESERVATION_EXPIRATION_OBSERVATION_INTERVAL = 5000; // Ms
+
   private constructor() {
     // This is intentional
   }