feat(ADM-018): completed feature
This commit is contained in:
10
project/src/modules/notifications/index.ts
Normal file
10
project/src/modules/notifications/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/** Public API of the notifications module. */
|
||||
export {
|
||||
registerNotificationsRoutes,
|
||||
type NotificationsRoutesDeps,
|
||||
} from './api/notifications.routes.js';
|
||||
export { NotificationsService } from './application/notifications-service.js';
|
||||
export { LoggingEmailProvider } from './infrastructure/log-email-provider.js';
|
||||
export { PgNotificationsRepository } from './infrastructure/pg-notifications-repository.js';
|
||||
export type { NotificationsRepository, EmailProvider } from './domain/ports.js';
|
||||
export type { EmailMessage, EmailTemplate } from './domain/notification.js';
|
||||
Reference in New Issue
Block a user