interface User {
    url: string;
    username: string;
}

Properties

Properties

url: string

What goes after the website's URL, so for example, it could be the /u/7276846 of https://osu.ppy.sh/u/7276846 (or users instead of u)

username: string