build: cleanup code extensions recommendation
[e-mobility-charging-stations-simulator.git] / src / types / Storage.ts
index afb29e8267fc6d1943e6e0f3a2d8b990d32f00fd..92aa4cb44a344be2927c9a79b18aa578fe14aa16 100644 (file)
@@ -1,6 +1,6 @@
-import type { 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',