import type { PieChartSegment } from './PieChartSegment'; export type PieChartData = { new_users: PieChartSegment; returning_users: PieChartSegment; };