import type { UserMetric } from './UserMetric'; export type UserMetricsResponse = { registered_users: UserMetric; new_users: UserMetric; unique_users: UserMetric; veteran_users: UserMetric; };