mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 37 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
import { IDataGatheringItem } from '@ghostfolio/api/services/interfaces/interfaces'; |
|||
|
|||
import { DateRange } from './date-range.interface'; |
|||
|
|||
export interface GetValueRangeParams { |
|||
dataGatheringItems: IDataGatheringItem[]; |
|||
dateRange: DateRange; |
|||
} |
Loading…
Reference in new issue