feat: update interface to include friends_since

This commit is contained in:
Twig 2025-07-10 22:18:28 +02:00
parent a90f062181
commit b1a3ce9b00
No known key found for this signature in database

View file

@ -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 {