zammad/app/frontend/shared/components/CommonNotifications/index.ts
2026-01-02 15:41:09 +02:00

5 lines
224 B
TypeScript

// Copyright (C) 2012-2026 Zammad Foundation, https://zammad-foundation.org/
export { NotificationTypes, type Notification, type NewNotification } from './types.ts'
export { useNotifications } from './useNotifications.ts'