GetNotificationsCommonOptions
Home > @backstage/plugin-notifications
> GetNotificationsCommonOptions
Signature:
export type GetNotificationsCommonOptions = {
search?: string;
read?: boolean;
saved?: boolean;
createdAfter?: Date;
minimumSeverity?: NotificationSeverity;
};
References: NotificationSeverity