Skip to content

Commit

Permalink
chore: generate new types
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Feb 28, 2024
1 parent 78626fb commit a4b56ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export interface external {
/**
* Receiver
* Format: uri
* @description The URL of the incoming payment or ILP STREAM connection that is being paid.
* @description The URL of the incoming payment that is being paid.
*/
receiver: string;
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ export interface external {
/**
* Receiver
* Format: uri
* @description The URL of the incoming payment or ILP STREAM connection that is being paid.
* @description The URL of the incoming payment that is being paid.
*/
receiver: string;
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export interface external {
/**
* Receiver
* Format: uri
* @description The URL of the incoming payment or ILP STREAM connection that is being paid.
* @description The URL of the incoming payment that is being paid.
*/
receiver: string;
/**
Expand Down

0 comments on commit a4b56ec

Please sign in to comment.