X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FStorage.ts;h=4d4a4e4e621b25a98bce2759aab4dd6effd40a4e;hb=61e7211fc5ffba826712773b685cb06f9cd9a2a6;hp=3301f5ca57e673adf5845c452c02e4534b5aa669;hpb=a223d9be48ad8828e6aef060dd3c45d4f99ea9a9;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/Storage.ts b/src/types/Storage.ts index 3301f5ca..4d4a4e4e 100644 --- a/src/types/Storage.ts +++ b/src/types/Storage.ts @@ -1,7 +1,3 @@ -import type { Configuration } from '@mikro-orm/core' - -export type MikroOrmDbType = keyof typeof Configuration.PLATFORMS - export enum StorageType { JSON_FILE = 'jsonfile', MONGO_DB = 'mongodb',