/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { NotificationFrequencyEnum } from './NotificationFrequencyEnum'; /** * Serializer for user notification preferences. */ export type UserNotificationPreferences = { email_enabled?: boolean; push_enabled?: boolean; notification_frequency?: NotificationFrequencyEnum; /** * Per-type overrides: {"ACTIVITY_NEW_CONTENT": {"enabled": true, "frequency": "daily"}, ...} */ readonly type_preferences: any; };