mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
added TQueueJobTypes
This commit is contained in:
@@ -353,6 +353,10 @@ export type TQueueJobTypes = {
|
||||
name: QueueJobs.UserNotification;
|
||||
payload: { notifications: TCreateUserNotificationDTO[] };
|
||||
};
|
||||
[QueueName.HealthAlert]: {
|
||||
name: QueueJobs.HealthAlert;
|
||||
payload: undefined;
|
||||
};
|
||||
};
|
||||
|
||||
const SECRET_SCANNING_JOBS = [
|
||||
|
||||
Reference in New Issue
Block a user