import { FetchedState } from '../../commonStateTypes/common'; import { TimeframeTick } from '../../commonStateTypes/timeframeTick'; import { Entity } from '../../entity/genericEntity/entity'; export interface TrendState extends FetchedState { selectedEntity?: Entity; trendsTimePeriod?: TimeframeTick; }