feat: update interface to include friends_since
This commit is contained in:
parent
a90f062181
commit
b1a3ce9b00
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ export interface UserResponse {
|
||||||
pronouns: string | null,
|
pronouns: string | null,
|
||||||
about: string | null,
|
about: string | null,
|
||||||
email?: string,
|
email?: string,
|
||||||
email_verified?: boolean
|
email_verified?: boolean,
|
||||||
|
friends_since: string | null,
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface StatsResponse {
|
export interface StatsResponse {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue