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

    Interface UserCompletionData

    interface UserCompletionData {
        beatmapset_ids: number[];
        completed: boolean;
    }
    Index

    Properties

    beatmapset_ids: number[]

    IDs of beatmapsets completed by the user (according to the requirements of the pack)

    completed: boolean

    Whether all beatmapsets are completed or not