Skip to content

Commit

Permalink
choreL update types
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed May 20, 2024
1 parent 7222ef8 commit b71c974
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ export interface components {
*/
updatedAt: string;
};
/**
* Outgoing Payment With Grant Spent Amounts
* @description An **outgoing payment** resource represents a payment that will be, is currently being, or has previously been, sent from the wallet address.
*/
"outgoing-payment-with-spent-amounts": components["schemas"]["outgoing-payment"] & {
/** @description The amount already deducted from the sender's account against the outgoing payment. */
grantSpentDebitAmount: external["schemas.yaml"]["components"]["schemas"]["amount"];
Expand Down

0 comments on commit b71c974

Please sign in to comment.