Skip to content

Commit

Permalink
fix: internal export type
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rincon committed Aug 14, 2024
1 parent 3f5117e commit 31cf5f0
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 31cf5f0

Please sign in to comment.