Skip to content

Commit

Permalink
feat: generate types
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Sep 21, 2023
1 parent 8745679 commit d1d78f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface paths {
post: operations["create-quote"];
};
"/incoming-payments/{id}": {
/** A client can fetch the latest state of an incoming payment to determine the amount received into the wallet address. */
/** A client can fetch the latest state of an incoming payment to determine the amount received into the payment pointer. */
get: operations["get-incoming-payment"];
parameters: {
path: {
Expand Down Expand Up @@ -570,7 +570,7 @@ export interface operations {
};
};
};
/** A client can fetch the latest state of an incoming payment to determine the amount received into the wallet address. */
/** A client can fetch the latest state of an incoming payment to determine the amount received into the payment pointer. */
"get-incoming-payment": {
parameters: {
path: {
Expand Down

0 comments on commit d1d78f9

Please sign in to comment.