Fix bot update with the tradingtype

This commit is contained in:
2025-12-13 14:46:30 +07:00
parent e6cac0057b
commit c4e444347c
8 changed files with 12 additions and 3 deletions

View File

@@ -5137,6 +5137,7 @@ export interface LightBacktestResponse {
initialBalance: number;
netPnl: number;
positionCount: number;
tradingType: TradingType;
}
export interface PaginatedBacktestsResponse {

View File

@@ -638,6 +638,7 @@ export interface LightBacktestResponse {
initialBalance: number;
netPnl: number;
positionCount: number;
tradingType: TradingType;
}
export interface PaginatedBacktestsResponse {