src/common/providers/dbProvider.ts(6,19): error TS2559: Type 'string' has no properties in common with type 'Config'.
src/common/providers/settingsProvider.ts(45,5): error TS2322: Type 'Promise<string | { client: string; connection: { filename: string; }; migrations: { tableName: st...' is not assignable to type 'Promise<string>'.