export type ScreenRaceLaps = {
  currentLap: number | null;
  totalLaps: number | null;
};
