osu-api-v2-js
    Preparing search index...

    Interface WithCountryCoverTeam

    API.getBeatmapUserScore

    interface WithCountryCoverTeam {
        avatar_url: string;
        country: Miscellaneous.Country;
        country_code: string;
        cover: { custom_url: null | string; id: null | number; url: string };
        default_group: string;
        id: number;
        is_active: boolean;
        is_bot: boolean;
        is_deleted: boolean;
        is_online: boolean;
        is_supporter: boolean;
        last_visit: null | Date;
        pm_friends_only: boolean;
        profile_colour: null | string;
        team:
            | null
            | { flag_url: string; id: number; name: string; short_name: string };
        username: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    avatar_url: string
    country_code: string
    cover: { custom_url: null | string; id: null | number; url: string }
    default_group: string
    id: number
    is_active: boolean
    is_bot: boolean
    is_deleted: boolean
    is_online: boolean
    is_supporter: boolean
    last_visit: null | Date
    pm_friends_only: boolean
    profile_colour: null | string
    team: null | { flag_url: string; id: number; name: string; short_name: string }
    username: string