mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
Move BenchmarkMarketDataDetails interface to responses directory and rename to BenchmarkMarketDataDetailsResponse to follow the established naming convention for API response interfaces. Closes #5769pull/5771/head
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