export interface MongoDatabaseTestResponse { connectionEstablished?: boolean; error?: string; }