export type ScreenKartPosition = {
  currentPosition: number | null;
  totalKarts: number | null;
};
