Skip to content

Commit

Permalink
fix: πŸ› export cidproperty
Browse files Browse the repository at this point in the history
  • Loading branch information
waynewyang committed Jan 6, 2024
1 parent fe9329b commit c58028d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export { Address } from "./basic/address/types"
export { Balance, MarketBalance } from "./basic/balance/types"
export { Block, BlockMessages } from "./basic/block/types"
export { BlockMessagesDocument, BlockMessagesSchema } from "./basic/block/model"
export { Cid } from "./basic/cid/types"
export { Cid, CidProperty } from "./basic/cid/types"
export { Hash } from "./basic/hash/types"
export {
Message,
Expand Down

0 comments on commit c58028d

Please sign in to comment.