Skip to content

Commit

Permalink
fix: expose oob role and event
Browse files Browse the repository at this point in the history
Signed-off-by: Jan <60812202+janrtvld@users.noreply.github.com>
  • Loading branch information
janrtvld committed Aug 24, 2022
1 parent b699977 commit bf96db0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/modules/oob/domain/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './OutOfBandRole'
export * from './OutOfBandState'
1 change: 1 addition & 0 deletions packages/core/src/modules/oob/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './messages'
export * from './repository'
export * from './OutOfBandModule'
export * from './OutOfBandService'
export * from './domain'

0 comments on commit bf96db0

Please sign in to comment.