Add startuptime and update creationDate

This commit is contained in:
2025-07-09 18:30:23 +07:00
parent 387948a107
commit 0c1184a22d
11 changed files with 85 additions and 38 deletions

View File

@@ -3533,6 +3533,8 @@ export interface TradingBotResponse {
identifier: string;
agentName: string;
config: TradingBotConfig;
createDate: Date;
startupTime: Date;
}
export interface OpenPositionManuallyRequest {

View File

@@ -673,6 +673,8 @@ export interface TradingBotResponse {
identifier: string;
agentName: string;
config: TradingBotConfig;
createDate: Date;
startupTime: Date;
}
export interface OpenPositionManuallyRequest {