export type SessionChartPoint = { date: string; value: number; };