export interface UserSettings { emergencyFund?: number; locale?: string; isRestrictedView?: boolean; }