Skip to content

Commit d62fe68

Browse files
committed
dapp-client: export TransportMessage and MessageType
1 parent e5e1a03 commit d62fe68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/wallet/dapp-client/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ export type {
2323
GetFeeTokensResponse,
2424
FeeToken,
2525
FeeOption,
26+
TransportMessage,
2627
} from './types/index.js'
27-
export { RequestActionType, TransportMode } from './types/index.js'
28+
export { RequestActionType, TransportMode, MessageType } from './types/index.js'
2829
export {
2930
FeeOptionError,
3031
TransactionError,

0 commit comments

Comments
 (0)