GetNotificationsResponse
Home > @backstage/plugin-notifications > GetNotificationsResponse
Signature:
export type GetNotificationsResponse = {
notifications: Notification[];
totalCount: number;
};
Home > @backstage/plugin-notifications > GetNotificationsResponse
Signature:
export type GetNotificationsResponse = {
notifications: Notification[];
totalCount: number;
};