BeatmapCompact
interface BeatmapCompact {
beatmapset_id: number;
difficulty_rating: number;
id: number;
mode: GameMode;
status: RankStatus;
total_length: number;
user_id: number;
version: 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 .