refactor(simulator): use proper type for log format
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index c7e767eb49690fa6177b2d3b939978f0574ed0ef..241018fca18fff398590e56b1440ec6d3b260827 100644 (file)
@@ -45,6 +45,8 @@ export default class Constants {
 
   static readonly UNKNOWN_COMMAND = 'unknown command';
 
+  static readonly MAX_RANDOM_INTEGER = 281474976710654;
+
   private constructor() {
     // This is intentional
   }