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