X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FStorage.ts;h=232c9d41069d86b61a3f9ff661c20a1fc812f389;hb=6c0215d2bf5a098aceed9e9d94d75d50ff2630db;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..232c9d41 100644 --- a/src/types/Storage.ts +++ b/src/types/Storage.ts @@ -1,8 +1,5 @@ -import type { Configuration } from '@mikro-orm/core' - -export type MikroOrmDbType = keyof typeof Configuration.PLATFORMS - export enum StorageType { + NONE = 'none', JSON_FILE = 'jsonfile', MONGO_DB = 'mongodb', MYSQL = 'mysql',