notifcation

This commit is contained in:
2025-12-09 10:19:28 +03:30
parent 44fd209c92
commit ead1e096a5
16 changed files with 510 additions and 606 deletions
@@ -0,0 +1,4 @@
export enum NotificationQueueNameEnum {
SMS = 'sms',
PUSH = 'push',
}