User

interface User extends UserCompact {
  country: Country;
  cover: Cover;
  discord: string | null;
  has_supported: boolean;
  interests: string | null;
  join_date: ISOTimestamp;
  kudosu: UserKudosu;
  location: string | null;
  max_blocks: number;
  max_friends: number;
  occupation: string | null;
  playmode: GameMode;
  playstyle: Playstyle[];
  post_count: number;
  profile_order: ProfilePageSection[];
  title: string | null;
  title_url: string | null;
  twitter: string | null;
  website: string | null;
}

Types

Notice that something is missing? Found a typo? Think something's incomplete? Or think that something can be explained better? Feel free to open a pull request or submit an issue on the library's Github repository .