Skip to content

Commit

Permalink
sdk: add missing type to swap QuoteResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpipta committed Oct 29, 2024
1 parent 4660d2b commit aac9651
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk/src/jupiter/jupiterClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@ export interface QuoteResponse {
* @memberof QuoteResponse
*/
error?: string;
/**
*
* @type {string}
* @memberof QuoteResponse
*/
errorCode?: string;
}

export class JupiterClient {
Expand Down

0 comments on commit aac9651

Please sign in to comment.