mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Refactor BenchmarkMarketDataDetails to BenchmarkMarketDataDetailsResponsepull/5780/head
committed by
GitHub
5 changed files with 10 additions and 10 deletions
@ -1,5 +1,5 @@ |
|||
import { LineChartItem } from '@ghostfolio/common/interfaces'; |
|||
|
|||
export interface BenchmarkMarketDataDetails { |
|||
export interface BenchmarkMarketDataDetailsResponse { |
|||
marketData: LineChartItem[]; |
|||
} |
Loading…
Reference in new issue