X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FStorage.ts;h=232c9d41069d86b61a3f9ff661c20a1fc812f389;hb=a474cbe107fedbe17398e5d21f852f0ce0d5ca2f;hp=3301f5ca57e673adf5845c452c02e4534b5aa669;hpb=66a7748ddeda8c94d7562a1ce58d440319654a4c;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',