UNPKG

@configurator/ravendb

Version:
5 lines (4 loc) 201 B
import { PostgreSqlAuthenticationConfiguration } from "./PostgreSqlAuthenticationConfiguration"; export interface PostgreSqlConfiguration { authentication: PostgreSqlAuthenticationConfiguration; }