import { PostgreSqlAuthenticationConfiguration } from "./PostgreSqlAuthenticationConfiguration"; export interface PostgreSqlConfiguration { authentication: PostgreSqlAuthenticationConfiguration; }