|
|
@ -8,7 +8,7 @@ export interface WatchlistResponse { |
|
|
marketCondition: Benchmark['marketCondition']; |
|
|
marketCondition: Benchmark['marketCondition']; |
|
|
name: string; |
|
|
name: string; |
|
|
performances: Benchmark['performances']; |
|
|
performances: Benchmark['performances']; |
|
|
trend200d: Benchmark['trend200d']; |
|
|
|
|
|
trend50d: Benchmark['trend50d']; |
|
|
trend50d: Benchmark['trend50d']; |
|
|
|
|
|
trend200d: Benchmark['trend200d']; |
|
|
})[]; |
|
|
})[]; |
|
|
} |
|
|
} |
|
|
|