X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FStorage.ts;h=bb300c2387fc1e41cb57b01facdfc793f3c9926d;hb=4b9419c852e2dd35847d7d6525dadf84725a78d7;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..bb300c23 100644 --- a/src/types/Storage.ts +++ b/src/types/Storage.ts @@ -1,4 +1,4 @@ -import { Configuration } from '@mikro-orm/core'; +import type { Configuration } from '@mikro-orm/core'; export type MikroORMDBType = keyof typeof Configuration.PLATFORMS;