refactor: cleanup variables namespace
[e-mobility-charging-stations-simulator.git] / src / types / Storage.ts
index 3301f5ca57e673adf5845c452c02e4534b5aa669..232c9d41069d86b61a3f9ff661c20a1fc812f389 100644 (file)
@@ -1,8 +1,5 @@
-import type { Configuration } from '@mikro-orm/core'
-
-export type MikroOrmDbType = keyof typeof Configuration.PLATFORMS
-
 export enum StorageType {
+  NONE = 'none',
   JSON_FILE = 'jsonfile',
   MONGO_DB = 'mongodb',
   MYSQL = 'mysql',