Skip to content

Commit 2b01cc5

Browse files
committed
fix(transactget): exports
1 parent 92cb428 commit 2b01cc5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/dynamo/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ export * from './dynamo-store'
66
export * from './primary-key.type'
77
export * from './session-validity-ensurer.type'
88
export * from './table-name-resolver.type'
9+
export * from './transactget'
10+
export * from './transactwrite'

src/dynamo/transactget/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export * from './transact-get.request'
2+
export * from './transact-get.request.type'
3+
export * from './transact-get-full.response'

src/dynamo/transactget/transact-get.response.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)