GetNotificationsOptions
Home > @backstage/plugin-notifications
> GetNotificationsOptions
Signature:
export type GetNotificationsOptions = GetNotificationsCommonOptions & {
offset?: number;
limit?: number;
sort?: 'created' | 'topic' | 'origin';
sortOrder?: 'asc' | 'desc';
topic?: string;
};
References: GetNotificationsCommonOptions