Files
zod-backend/src/common/modules/notification/constants/index.ts
Abdalhamid Alhamad 93b509b256 feat: add notification event handling and notification factory service
- Introduce constants for notification event names
- Implement interfaces for transaction created events
- Create a transaction notification listener to handle transaction notifications
- Develop a notification factory service for sending notifications based on user preferences
- Add a migration to include a data column in the notifications table
2026-01-06 12:38:19 +03:00

4 lines
82 B
TypeScript

// Export all constants from this folder
export * from './event-names.constant';