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

    Interface MultiplayerScores

    interface MultiplayerScores {
        cursor: CursorInMultiplayerScores;
        cursor_string: string;
        params: Params;
        scores: MultiplayerScore[];
        total: number;
        user_score: MultiplayerScore;
    }
    Index

    Properties

    cursor_string: string
    params: Params
    total: number
    user_score: MultiplayerScore