refactor: make storage init compliant with MikroORM 6
[e-mobility-charging-stations-simulator.git] / src / types / Storage.ts
index 3301f5ca57e673adf5845c452c02e4534b5aa669..4d4a4e4e621b25a98bce2759aab4dd6effd40a4e 100644 (file)
@@ -1,7 +1,3 @@
-import type { Configuration } from '@mikro-orm/core'
-
-export type MikroOrmDbType = keyof typeof Configuration.PLATFORMS
-
 export enum StorageType {
   JSON_FILE = 'jsonfile',
   MONGO_DB = 'mongodb',