Update bot market type

This commit is contained in:
2025-12-11 23:32:06 +07:00
parent 35df25915f
commit a254db6d24
20 changed files with 1986 additions and 44 deletions

View File

@@ -987,6 +987,7 @@ export interface TradingBotResponse {
startupTime: Date;
name: string;
ticker: Ticker;
tradingType: TradingType;
masterAgentName?: string | null;
}