Fix bot update with the tradingtype
This commit is contained in:
@@ -638,6 +638,7 @@ export interface LightBacktestResponse {
|
||||
initialBalance: number;
|
||||
netPnl: number;
|
||||
positionCount: number;
|
||||
tradingType: TradingType;
|
||||
}
|
||||
|
||||
export interface PaginatedBacktestsResponse {
|
||||
|
||||
Reference in New Issue
Block a user