UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

6 lines (5 loc) 110 B
export const RACING_TEAM_ROLE = { PILOT: 'PILOT', TECHNICIAN: 'TECHNICIAN', COACH: 'COACH', } as const;