Browse Source

feat(lib): add trend200d and trend50d to WatchlistResponse

pull/5405/head
KenTandrian 2 months ago
parent
commit
4b6999ce53
  1. 2
      libs/common/src/lib/interfaces/responses/watchlist-response.interface.ts

2
libs/common/src/lib/interfaces/responses/watchlist-response.interface.ts

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

Loading…
Cancel
Save