NotificationsPageProps
Home > @backstage/plugin-notifications
> NotificationsPageProps
Signature:
export type NotificationsPageProps = {
markAsReadOnLinkOpen?: boolean;
title?: string;
themeId?: string;
subtitle?: string;
tooltip?: string;
type?: string;
typeLink?: string;
};