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