Skip to content

Commit

Permalink
Merge pull request #121 from azerum/issue-120
Browse files Browse the repository at this point in the history
Fix #120
  • Loading branch information
malthe authored Apr 22, 2024
2 parents b969594 + beaf7da commit 31f50d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export type {
ResultRow,
} from './result.js';
export type { Environment } from './defaults.js';
export type {
ClientConnectionDefaults,
ClientConnectionOptions,
export {
type ClientConnectionDefaults,
type ClientConnectionOptions,
DatabaseError,
ErrorLevel,
TransactionStatus,
Expand Down

0 comments on commit 31f50d4

Please sign in to comment.