NewNotificationSignal
Home > @backstage/plugin-notifications-common
> NewNotificationSignal
Signature:
export type NewNotificationSignal = {
action: 'new_notification';
notification_id: string;
};
Home > @backstage/plugin-notifications-common
> NewNotificationSignal
Signature:
export type NewNotificationSignal = {
action: 'new_notification';
notification_id: string;
};