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

    Interface GetScoresResponse

    interface GetScoresResponse {
        cursor: CursorInScore;
        cursor_string: string;
        scores: NonLegacyScore[];
    }
    Index

    Properties

    cursor_string: string
    scores: NonLegacyScore[]