Skip to content

Commit

Permalink
feat: export PlanSet{Success|Failure} from w3up-client (#1291)
Browse files Browse the repository at this point in the history
need these types for the w3ui updates
  • Loading branch information
travis authored Jan 30, 2024
1 parent 4760a85 commit 47a2954
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/w3up-client/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ export type {
PlanGet,
PlanGetSuccess,
PlanGetFailure,
PlanSet,
PlanSetSuccess,
PlanSetFailure,
FilecoinOffer,
FilecoinOfferSuccess,
FilecoinOfferFailure,
Expand Down

0 comments on commit 47a2954

Please sign in to comment.