Skip to content

Commit 31f50d4

Browse files
authored
Merge pull request #121 from azerum/issue-120
Fix #120
2 parents b969594 + beaf7da commit 31f50d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ export type {
2525
ResultRow,
2626
} from './result.js';
2727
export type { Environment } from './defaults.js';
28-
export type {
29-
ClientConnectionDefaults,
30-
ClientConnectionOptions,
28+
export {
29+
type ClientConnectionDefaults,
30+
type ClientConnectionOptions,
3131
DatabaseError,
3232
ErrorLevel,
3333
TransactionStatus,

0 commit comments

Comments
 (0)