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

    Interface GetUserRecentParams

    获取用户最近游玩记录的参数 Parameters for getting user's recent plays

    interface GetUserRecentParams {
        api_key: string;
        limit: number;
        mode: number;
        typee: string;
        user: string;
    }
    Index

    Properties

    api_key: string
    limit: number
    mode: number
    typee: string
    user: string