UNPKG

ravendb

Version:
5 lines 209 B
import { PostgreSqlUser } from "./PostgreSqlUser.js"; export interface PostgreSqlAuthenticationConfiguration { users: PostgreSqlUser[]; } //# sourceMappingURL=PostgreSqlAuthenticationConfiguration.d.ts.map