NotificationReadSignal
Home > @backstage/plugin-notifications-common
> NotificationReadSignal
Signature:
export type NotificationReadSignal = {
action: 'notification_read' | 'notification_unread';
notification_ids: string[];
};
Home > @backstage/plugin-notifications-common
> NotificationReadSignal
Signature:
export type NotificationReadSignal = {
action: 'notification_read' | 'notification_unread';
notification_ids: string[];
};