NotificationSendOptions
Home > @backstage/plugin-notifications-node > NotificationSendOptions
Signature:
export type NotificationSendOptions = {
recipients: NotificationRecipients;
payload: NotificationPayload;
};
References: NotificationRecipients, NotificationPayload