feat: navigation and UX improvements complete
This commit is contained in:
@@ -11,6 +11,7 @@ export interface UserPreferences {
|
||||
unitSystem: UnitSystem;
|
||||
currencyCode: string;
|
||||
timeZone: string;
|
||||
darkMode: boolean | null;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
@@ -19,4 +20,5 @@ export interface UpdatePreferencesRequest {
|
||||
unitSystem?: UnitSystem;
|
||||
currencyCode?: string;
|
||||
timeZone?: string;
|
||||
darkMode?: boolean | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user