export const PLAYER_TYPE = {
  ADULT: 'ADULT',
  MINOR: 'MINOR', // Managed by a Guardian
} as const;
