/** * RatingComponents * * Represents the individual components that make up a driver's rating. */ export interface RatingComponents { resultsStrength: number; consistency: number; cleanDriving: number; racecraft: number; reliability: number; teamContribution: number; }