Beatmapset

interface Beatmapset extends BeatmapsetCompact {
  availability: BeatmapsetAvailability;
  bpm: number;
  can_be_hyped: boolean;
  creator: string;
  discussion_locked: boolean;
  hype: BeatmapsetHype | null;
  is_scoreable: boolean;
  last_updated: ISOTimestamp;
  legacy_thread_url: string | null;
  nominations_summary: BeatmapsetHype;
  ranked: number;
  ranked_date: ISOTimestamp | null;
  source: string;
  storyboard: boolean;
  submitted_date: ISOTimestamp | null;
  tags: string;
}

Types

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 .