Values.NotificationSettingKeySourceA notification setting key to reset. A notification setting key includes the event and the channel.
type nonrec t = {event : NotificationEvent.t;The notification setting event to reset.
*)channel : NotificationChannel.t option;The specified channel of notification.
*)}