export const USER_TYPE = {
  STAFF: 'STAFF',
  PLAYER: 'PLAYER',
} as const;
