/** * Serializer for per-type notification preference updates. */ export type NotificationTypePreference = { /** * Whether this notification type is enabled */ enabled?: boolean; };