added TQueueJobTypes

This commit is contained in:
x032205
2025-10-13 01:23:32 -04:00
parent 831446a659
commit 74442eff0c

View File

@@ -353,6 +353,10 @@ export type TQueueJobTypes = {
name: QueueJobs.UserNotification;
payload: { notifications: TCreateUserNotificationDTO[] };
};
[QueueName.HealthAlert]: {
name: QueueJobs.HealthAlert;
payload: undefined;
};
};
const SECRET_SCANNING_JOBS = [