mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-16 10:44:17 +00:00
Update user.ts
This commit is contained in:
@ -6,21 +6,21 @@ export interface User {
|
|||||||
id: number,
|
id: number,
|
||||||
uuid: string,
|
uuid: string,
|
||||||
name: string,
|
name: string,
|
||||||
display_name: string,
|
displayName: string,
|
||||||
kind: AccountType,
|
kind: AccountType,
|
||||||
public_flags: number,
|
publicFlags: number,
|
||||||
verified: boolean,
|
verified: boolean,
|
||||||
level: number,
|
level: number,
|
||||||
experience: number,
|
experience: number,
|
||||||
public_birthday: boolean,
|
publicBirthday: boolean,
|
||||||
birthday?: string | null,
|
birthday?: string | null,
|
||||||
points: number,
|
points: number,
|
||||||
location?: string | null,
|
location?: string | null,
|
||||||
photo_url?: string | null,
|
photoUrl?: string | null,
|
||||||
banner_url?: string | null,
|
bannerUrl?: string | null,
|
||||||
last_online?: string | null,
|
lastOnline?: string | null,
|
||||||
biography?: string | null,
|
biography?: string | null,
|
||||||
view_count: number,
|
viewCount: number,
|
||||||
created: string,
|
created: string,
|
||||||
updated?: string | null,
|
updated?: string | null,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user