GetNotificationsOptions
Home > @backstage/plugin-notifications
> GetNotificationsOptions
Signature:
export type GetNotificationsOptions = {
offset?: number;
limit?: number;
search?: string;
read?: boolean;
saved?: boolean;
createdAfter?: Date;
sort?: 'created' | 'topic' | 'origin';
sortOrder?: 'asc' | 'desc';
minimumSeverity?: NotificationSeverity;
};
References: NotificationSeverity