Skip to content

Commit

Permalink
chore: exports lending types
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofa committed Jun 3, 2024
1 parent 588937a commit cbeaa52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export { FolksAccount, FolksLoan } from "./xchain/modules/index.js";
export * from "./common/types/address.js";
export * from "./common/types/chain.js";
export * from "./common/types/core.js";
export * from "./common/types/lending.js";
export * from "./common/types/message.js";
export * from "./common/types/module.js";
export * from "./common/types/token.js";
Expand Down

0 comments on commit cbeaa52

Please sign in to comment.