Skip to content

Commit

Permalink
fix: export missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
wkolod committed Jun 23, 2023
1 parent e4fc911 commit b443e71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ export * from "./node";
export * from "./transaction";
export * from "./user";
export * from "./vault";
export * from "./stack";
export * from "./folder";
export * from "./memo";
export * from "./contract";
export * from "./file";

0 comments on commit b443e71

Please sign in to comment.