build: cleanup code extensions recommendation
[e-mobility-charging-stations-simulator.git] / src / types / Storage.ts
index 1d674edfa3d5d7d9fdd8e430c2e25dc3b72f141f..92aa4cb44a344be2927c9a79b18aa578fe14aa16 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',