phase-2: add shared platform interfaces and type contracts
This commit is contained in:
8
src/app/shared/models/domain/user-preferences.model.ts
Normal file
8
src/app/shared/models/domain/user-preferences.model.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface UserPreferences {
|
||||
locale: string;
|
||||
currency: string;
|
||||
themeMode: 'light' | 'dark' | 'system';
|
||||
compactMode?: boolean;
|
||||
wishlistEnabled?: boolean;
|
||||
notificationsEnabled?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user