Skip to content

Commit 8c6ca09

Browse files
committed
chore: exports
1 parent 78f4227 commit 8c6ca09

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,11 @@ export type {
12271227
TransactionType,
12281228
} from './types/transaction.js'
12291229
export type { GetPollOptions, GetTransportConfig } from './types/transport.js'
1230-
export type { TypedDataDefinition } from './types/typedData.js'
1230+
export type {
1231+
EIP712DomainDefinition,
1232+
MessageDefinition,
1233+
TypedDataDefinition,
1234+
} from './types/typedData.js'
12311235
export type {
12321236
Assign,
12331237
Branded,

0 commit comments

Comments
 (0)