Return last 24 volume for strategies

This commit is contained in:
2025-11-21 17:02:18 +07:00
parent 1bec83a2ec
commit 53f81302ba
3 changed files with 23 additions and 4 deletions

View File

@@ -5732,6 +5732,7 @@ export interface UserStrategyDetailsViewModel {
identifier?: string;
walletBalances?: { [key: string]: number; } | null;
ticker?: Ticker;
masterAgentName?: string | null;
}
export interface PositionViewModel {

View File

@@ -1198,6 +1198,7 @@ export interface UserStrategyDetailsViewModel {
identifier?: string;
walletBalances?: { [key: string]: number; } | null;
ticker?: Ticker;
masterAgentName?: string | null;
}
export interface PositionViewModel {