mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2026-03-10 19:51:46 +00:00
- 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
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
// Export all constants from this folder
|
|
export * from './event-names.constant';
|
|
|