/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { PieChartSegment } from './PieChartSegment'; export type PieChartData = { new_users: PieChartSegment; returning_users: PieChartSegment; };