docs: refine README
[e-mobility-charging-stations-simulator.git] / src / types / Storage.ts
index 1d674edfa3d5d7d9fdd8e430c2e25dc3b72f141f..afb29e8267fc6d1943e6e0f3a2d8b990d32f00fd 100644 (file)
@@ -1,6 +1,6 @@
-import { Configuration } from '@mikro-orm/core';
+import type { Configuration } from '@mikro-orm/core';
 
-export type MikroORMDBType = keyof typeof Configuration.PLATFORMS;
+export type MikroOrmDbType = keyof typeof Configuration.PLATFORMS;
 
 export enum StorageType {
   JSON_FILE = 'jsonfile',