import type { ConversationChartPoint } from './ConversationChartPoint'; export type ConversationsChart = { metric: string; points: Array; };