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

    Interface GetScoresParamsRaw

    获取谱面分数的原始参数 Raw parameters for getting beatmap scores

    interface GetScoresParamsRaw {
        b: string;
        k: string;
        limit: number;
        m: number;
        mods: number;
        t: string;
        u: string;
    }
    Index

    Properties

    Properties

    b: string
    k: string
    limit: number
    m: number
    mods: number
    t: string
    u: string