UNPKG

osu-api-extended

Version:

Advanced osu! api wrapper cover all V2 and V1 endpoints, and provide useful tools

17 lines (16 loc) 484 B
export interface BeatmapsLookupAttributes { star_rating: number; max_combo: number; aim_difficulty?: number; speed_difficulty?: number; speed_note_count?: number; flashlight_difficulty?: number; slider_factor?: number; approach_rate?: number; overall_difficulty?: number; stamina_difficulty?: number; rhythm_difficulty?: number; colour_difficulty?: number; peak_difficulty?: number; great_hit_window?: number; }