@osynicite/osynic-osuapi
    Preparing search index...

    Interface GetUserBeatmapsResponse

    interface GetUserBeatmapsResponse {
        beatmap_playcounts: BeatmapPlaycount[];
        beatmapsets: Beatmapset[];
        error: string;
    }
    Index

    Properties

    beatmap_playcounts: BeatmapPlaycount[]
    beatmapsets: Beatmapset[]
    error: string