notification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user