Variable: notificationPreferenceUpdateSchema
constnotificationPreferenceUpdateSchema:z.ZodType<{mutedSiteNotificationIdentifiers?: readonlystring[];systemNotificationsEnabled:boolean;systemNotificationsSoundEnabled:boolean; }>
Defined in: shared/validation/notifications.ts:8
Canonical schema for notification preference updates exchanged over IPC.