fix: fix off-by-one in ATG statuses handling
[e-mobility-charging-stations-simulator.git] / src / types / Storage.ts
index bb300c2387fc1e41cb57b01facdfc793f3c9926d..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',