Skip to content

Commit

Permalink
feat(types): export ConnectionConfiguration type (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Mar 2, 2024
1 parent 1226c20 commit 7e84a2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tedious.ts
Expand Up @@ -28,3 +28,7 @@ export {
ISOLATION_LEVEL,
TDS_VERSION
};

export type {
ConnectionConfiguration
};

0 comments on commit 7e84a2f

Please sign in to comment.