Skip to content

Commit

Permalink
fix: internal export type (#186)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Rincon <“carlos.r@affinidi.com”>
  • Loading branch information
carlos-affinidi and Carlos Rincon authored Aug 14, 2024
1 parent 3f5117e commit 11b36d2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions libs/iota-browser/src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@ export {
type IotaResponseCallbackFunction,
ResponseHandler,
} from './response-handler'
export {
OpenMode,
type VaultHandler,
VaultHandlerOpenParams,
} from './vault-handler'
export { OpenMode, VaultHandler, VaultHandlerOpenParams } from './vault-handler'

0 comments on commit 11b36d2

Please sign in to comment.