X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FStorage.ts;h=afb29e8267fc6d1943e6e0f3a2d8b990d32f00fd;hb=499c5f482f7bae009522cc4579ed7baf3fb717b0;hp=1d674edfa3d5d7d9fdd8e430c2e25dc3b72f141f;hpb=e7aeea18e189dd087c8f951cf77a253e2818ae90;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/Storage.ts b/src/types/Storage.ts index 1d674edf..afb29e82 100644 --- a/src/types/Storage.ts +++ b/src/types/Storage.ts @@ -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',