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