mirror of
https://github.com/tribufu/tribufu-js
synced 2026-05-18 09:35:44 +00:00
Update user.ts
This commit is contained in:
parent
03dcd08bc4
commit
2c47d3a856
1 changed files with 7 additions and 7 deletions
|
|
@ -6,21 +6,21 @@ export interface User {
|
|||
id: number,
|
||||
uuid: string,
|
||||
name: string,
|
||||
display_name: string,
|
||||
displayName: string,
|
||||
kind: AccountType,
|
||||
public_flags: number,
|
||||
publicFlags: number,
|
||||
verified: boolean,
|
||||
level: number,
|
||||
experience: number,
|
||||
public_birthday: boolean,
|
||||
publicBirthday: boolean,
|
||||
birthday?: string | null,
|
||||
points: number,
|
||||
location?: string | null,
|
||||
photo_url?: string | null,
|
||||
banner_url?: string | null,
|
||||
last_online?: string | null,
|
||||
photoUrl?: string | null,
|
||||
bannerUrl?: string | null,
|
||||
lastOnline?: string | null,
|
||||
biography?: string | null,
|
||||
view_count: number,
|
||||
viewCount: number,
|
||||
created: string,
|
||||
updated?: string | null,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue