export const RACING_TEAM_ROLE = {
  PILOT: 'PILOT',
  TECHNICIAN: 'TECHNICIAN',
  COACH: 'COACH',
} as const;
