Add location field to profile

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 20:54:16 +00:00
parent 6efbf78680
commit 6a46b1c14a
3 changed files with 57 additions and 0 deletions

View File

@@ -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';