feat(desktop): 支持桌面端余额账单配置
This commit is contained in:
@@ -592,6 +592,13 @@ export interface WalletSummaryResponse {
|
||||
primaryAccount: GatewayWalletAccount;
|
||||
}
|
||||
|
||||
export interface GatewayDesktopConfigResponse {
|
||||
billing: {
|
||||
gatewayBaseUrl?: string;
|
||||
gatewayBillingPath: string;
|
||||
};
|
||||
}
|
||||
|
||||
export interface WalletAdjustmentResponse {
|
||||
account: GatewayWalletAccount;
|
||||
before: GatewayWalletAccount;
|
||||
|
||||
Reference in New Issue
Block a user