NotificationOptionInput is an interface representing the options for a notification. It includes the type and enabled status each having their own properties.
NotificationOptionInput
enabled is a boolean representing whether the notification is enabled or not.
enabled
type is a string representing the type of the notification.
type
NotificationOptionInput
is an interface representing the options for a notification. It includes the type and enabled status each having their own properties.