ClassicMod

type ClassicMod = {
  acronym: 'CL';
  settings?:
    | {
        no_slider_head_accuracy: boolean;
        classic_note_lock: boolean;
        always_play_tail_sample: boolean;
        fade_hit_circle_early: boolean;
        classic_health: boolean;
      }
    | undefined;
};

Notice that something is missing? Found a typo? Think something's incomplete? Or think that something can be explained better? Feel free to open a pull request or submit an issue on the library's Github repository .