export interface LineChartItem { date: string; value: T; } export type NullableLineChartItem = LineChartItem;