NotificationPayload
Home > @backstage/plugin-notifications-common
> NotificationPayload
Signature:
export type NotificationPayload = {
title: string;
description?: string;
link?: string;
severity?: NotificationSeverity;
topic?: string;
scope?: string;
icon?: string;
};
References: NotificationSeverity