mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 13:11:14 -05:00
Refactor: Implement avatar cleanup plan
This commit is contained in:
@@ -97,6 +97,7 @@ export interface Profile {
|
||||
display_name?: string;
|
||||
bio?: string;
|
||||
avatar_url?: string;
|
||||
avatar_image_id?: string;
|
||||
location?: Location;
|
||||
date_of_birth?: string;
|
||||
privacy_level: 'public' | 'friends' | 'private';
|
||||
|
||||
Reference in New Issue
Block a user