Skip to content

Commit

Permalink
fix: missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
vecheslav committed Sep 22, 2021
1 parent 55dc6cc commit 613514c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/src/programs/auction/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from './accouns/AuctionExtended';
export * from './accouns/BidderMetadata';
export * from './accouns/BidderPot';
export * from './AuctionProgram';
export * from './transactions';
4 changes: 4 additions & 0 deletions api/src/programs/auction/transactions/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export * from './CancelBid';
export * from './CreateAuction';
export * from './PlaceBid';
export * from './SetAuctionAuthority';

0 comments on commit 613514c

Please sign in to comment.