Skip to content

Commit

Permalink
feat: add enableCreditV3 to api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xlecunff-pass committed Jan 17, 2025
1 parent 906c78a commit 2a21b21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/gen/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3320,6 +3320,11 @@ export interface SettingsResponse {
* @memberof SettingsResponse
*/
rates?: Rates
/**
* @type {boolean}
* @memberof SettingsResponse
*/
wipEnableCreditV3: boolean
}
/**
* @export
Expand Down

0 comments on commit 2a21b21

Please sign in to comment.