/** * Driver stats data transfer object * Global driver statistics */ export interface DriverStatsDto { totalDrivers: number; }