mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 19:31:13 -05:00
Add location field to profile
This commit is contained in:
@@ -104,6 +104,7 @@ export interface Profile {
|
||||
preferred_language?: string;
|
||||
location?: Location;
|
||||
location_id?: string;
|
||||
personal_location?: string;
|
||||
date_of_birth?: string;
|
||||
privacy_level: 'public' | 'friends' | 'private';
|
||||
theme_preference: 'light' | 'dark' | 'system';
|
||||
|
||||
Reference in New Issue
Block a user