index.ts 231 B

123456789
  1. // Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. export {
  3. NotificationTypes,
  4. type Notification,
  5. type NewNotification,
  6. } from './types.ts'
  7. export { useNotifications } from './useNotifications.ts'