feat: add performance statistics to UI protocol
[e-mobility-charging-stations-simulator.git] / src / types / Storage.ts
index 4d4a4e4e621b25a98bce2759aab4dd6effd40a4e..232c9d41069d86b61a3f9ff661c20a1fc812f389 100644 (file)
@@ -1,4 +1,5 @@
 export enum StorageType {
+  NONE = 'none',
   JSON_FILE = 'jsonfile',
   MONGO_DB = 'mongodb',
   MYSQL = 'mysql',