export const CHECKPOINT_TYPE = {
  TRACK: 'Track',
  POWER_UP: 'PowerUp',
  SHORTCUT: 'Shortcut',
  UNKNOWN: 'Unknown',
} as const;
