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

    Interface BeatmapUserScore

    interface BeatmapUserScore {
        error: string;
        position: number;
        score: Score;
    }
    Index

    Properties

    Properties

    error: string
    position: number
    score: Score