This commit is contained in:
2025-12-09 10:40:16 +03:30
parent ead1e096a5
commit a5f29956e6
5 changed files with 162 additions and 102 deletions
@@ -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 {