Notification_2
Home > @backstage/plugin-notifications-common
> Notification\_2
Signature:
export type Notification = {
id: string;
user: string | null;
created: Date;
saved?: Date;
read?: Date;
updated?: Date;
origin: string;
payload: NotificationPayload;
};
References: NotificationPayload