Files
medusa-store/packages/modules/notification/src/services/index.ts
Stevche Radevski 144e09e852 feat: Add the basic implementation of notification module (#7282)
* feat: Add the basic implementation of notification module

* fix: Minor fixes and introduction of idempotency key

* fix: Changes based on PR review
2024-05-10 11:22:03 +02:00

3 lines
166 B
TypeScript

export { default as NotificationModuleService } from "./notification-module-service"
export { default as NotificationProviderService } from "./notification-provider"