We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b969594 + beaf7da commit 31f50d4Copy full SHA for 31f50d4
src/index.ts
@@ -25,9 +25,9 @@ export type {
25
ResultRow,
26
} from './result.js';
27
export type { Environment } from './defaults.js';
28
-export type {
29
- ClientConnectionDefaults,
30
- ClientConnectionOptions,
+export {
+ type ClientConnectionDefaults,
+ type ClientConnectionOptions,
31
DatabaseError,
32
ErrorLevel,
33
TransactionStatus,
0 commit comments