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

    Interface BeatmapsetsSearchResponse

    interface BeatmapsetsSearchResponse {
        beatmapsets: Beatmapset[];
        cursor: CursorInSearch;
        cursor_string: string;
        error: string;
        recommended_difficulty: string;
        search: Search;
        total: number;
    }
    Index

    Properties

    beatmapsets: Beatmapset[]
    cursor_string: string
    error: string
    recommended_difficulty: string
    search: Search
    total: number