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

    Interface Beatmapset

    interface Beatmapset {
        artist: string;
        artist_unicode: string;
        availability: Availability;
        beatmaps: Beatmap[];
        bpm: number;
        can_be_hyped: boolean;
        converts?: Convert[];
        covers: Covers;
        creator: string;
        current_nominations?: CurrentNomination[];
        deleted_at: string;
        description?: Description;
        discussion_enabled: boolean;
        discussion_locked: boolean;
        favourite_count: number;
        genre?: Genre;
        hype: number;
        id: number;
        is_scoreable: boolean;
        language?: Language;
        last_updated: string;
        legacy_thread_url: string;
        nominations_summary: NominationsSummary;
        nsfw: boolean;
        offset: number;
        pack_tags?: string[];
        play_count: number;
        preview_url: string;
        ranked: number;
        ranked_date: string;
        ratings?: number[];
        recent_favourites?: User[];
        related_tags?: string[];
        related_users?: User[];
        source: string;
        spotlight: boolean;
        status: Status;
        storyboard: boolean;
        submitted_date: string;
        tags: string;
        title: string;
        title_unicode: string;
        track_id: number;
        user?: User;
        user_id: number;
        video: boolean;
    }
    Index

    Properties

    artist: string
    artist_unicode: string
    availability: Availability
    beatmaps: Beatmap[]
    bpm: number
    can_be_hyped: boolean
    converts?: Convert[]
    covers: Covers
    creator: string
    current_nominations?: CurrentNomination[]
    deleted_at: string
    description?: Description
    discussion_enabled: boolean
    discussion_locked: boolean
    favourite_count: number
    genre?: Genre
    hype: number
    id: number
    is_scoreable: boolean
    language?: Language
    last_updated: string
    legacy_thread_url: string
    nominations_summary: NominationsSummary
    nsfw: boolean
    offset: number
    pack_tags?: string[]
    play_count: number
    preview_url: string
    ranked: number
    ranked_date: string
    ratings?: number[]
    recent_favourites?: User[]
    related_tags?: string[]
    related_users?: User[]
    source: string
    spotlight: boolean
    status: Status
    storyboard: boolean
    submitted_date: string
    tags: string
    title: string
    title_unicode: string
    track_id: number
    user?: User
    user_id: number
    video: boolean