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

    Interface BeatmapPack

    interface BeatmapPack {
        author: string;
        beatmapsets: Beatmapset[];
        date: string;
        name: string;
        no_diff_reduction: boolean;
        ruleset_id: number;
        tag: string;
        url: string;
        user_completion_data: UserCompletionData;
    }
    Index

    Properties

    author: string

    The author of the beatmap pack.

    beatmapsets: Beatmapset[]

    The beatmapsets of the beatmap pack.

    date: string

    The date of the beatmap pack.

    name: string

    The name of the beatmap pack.

    no_diff_reduction: boolean

    Whether difficulty reduction mods may be used to clear the pack.

    ruleset_id: number

    The ruleset ID of the beatmap pack.

    tag: string

    The tag of the beatmap pack. Starts with a character representing the type (See the Tag column of BeatmapPackType) followed by an integer.

    url: string

    The download URL of the beatmap pack.

    user_completion_data: UserCompletionData

    The user completion data of the beatmap pack.