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