NotificationTarget interface
Describes the notification target properties.
Properties
notification |
The notification channel indicates the type of receivers subscribed to the notification, either user or subscription. |
receivers | List of targets that subscribe to the notification. |
Property Details
notificationChannel
The notification channel indicates the type of receivers subscribed to the notification, either user or subscription.
notificationChannel: string
Property Value
string
receivers
List of targets that subscribe to the notification.
receivers: string[]
Property Value
string[]