up
This commit is contained in:
@@ -9,6 +9,8 @@ export interface NotificationQueueJob {
|
||||
idempotencyKey?: string;
|
||||
notificationId?: string; // For retries
|
||||
notificationType: NotificationType;
|
||||
pushToken?: string; // FCM token for push notifications
|
||||
pushTokens?: string[]; // Multiple FCM tokens for bulk push notifications
|
||||
}
|
||||
|
||||
export interface NotificationQueueJobResult {
|
||||
|
||||
Reference in New Issue
Block a user