BeatmapsetCompact

interface BeatmapsetCompact {
  artist: string;
  artist_unicode: string;
  covers: Covers;
  creator: string;
  favourite_count: number;
  id: number;
  nsfw: boolean;
  play_count: number;
  preview_url: string;
  source: string;
  status: RankStatus;
  title: string;
  title_unicode: string;
  user_id: string;
  video: boolean;
}

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 .