Skip to content

Commit

Permalink
chore: export OutgoingPaymentWithSpentAmounts (#480)
Browse files Browse the repository at this point in the history
* chore: export new outgoing payment type

* chore: changeset
  • Loading branch information
BlairCurrey authored Jun 4, 2024
1 parent 1b9a1c8 commit 73e2c52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-lobsters-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@interledger/open-payments': patch
---

Export OutgoingPaymentWithSpentAmounts
1 change: 1 addition & 0 deletions packages/open-payments/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export {
IlpPaymentMethod,
Quote,
OutgoingPayment,
OutgoingPaymentWithSpentAmounts,
PendingGrant,
Grant,
isPendingGrant,
Expand Down

1 comment on commit 73e2c52

@Vita1378
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/

Please sign in to comment.