update notif
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { NotificationType } from './notification.interface';
|
||||
import type { NotifChannelEnum } from './notification.interface';
|
||||
import type { NotifTitleEnum } from './notification.interface';
|
||||
|
||||
export interface NotificationQueueJob {
|
||||
@@ -8,7 +8,7 @@ export interface NotificationQueueJob {
|
||||
content: string;
|
||||
idempotencyKey?: string;
|
||||
notificationId?: string; // For retries
|
||||
notificationType: NotificationType;
|
||||
channels: NotifChannelEnum[];
|
||||
pushToken?: string; // FCM token for push notifications
|
||||
pushTokens?: string[]; // Multiple FCM tokens for bulk push notifications
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user