notification

This commit is contained in:
2025-12-12 16:45:53 +03:30
parent f57145edc2
commit 3c3e5797e5
13 changed files with 241 additions and 172 deletions
@@ -1,10 +1,10 @@
import type { NotificationType } from './notification.interface';
import type { NotificationTitleEnum } from './notification.interface';
import type { NotifTitleEnum } from './notification.interface';
export interface NotificationQueueJob {
restaurantId: string;
userId?: string;
title: NotificationTitleEnum;
title: NotifTitleEnum;
content: string;
idempotencyKey?: string;
notificationId?: string; // For retries