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