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