Enhance probability-price linkage in dashboard

This commit is contained in:
2569718930@qq.com
2026-04-21 21:12:50 +08:00
parent 82ec594277
commit e8065da114
2 changed files with 115 additions and 28 deletions
+1
View File
@@ -379,6 +379,7 @@ export interface MarketScan {
price_analysis?: MarketPriceAnalysis | null;
sparkline?: number[];
top_buckets?: MarketTopBucket[] | null;
all_buckets?: MarketTopBucket[] | null;
recent_trades?: unknown[];
websocket?: Record<string, unknown>;
}