mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
Fix backend types
This commit is contained in:
@@ -416,6 +416,10 @@ export type TQueueJobTypes = {
|
||||
name: QueueJobs.PkiAcmeChallengeValidation;
|
||||
payload: { challengeId: string };
|
||||
};
|
||||
[QueueName.FrequentResourceCleanUp]: {
|
||||
name: QueueJobs.FrequentResourceCleanUp;
|
||||
payload: undefined;
|
||||
};
|
||||
};
|
||||
|
||||
const SECRET_SCANNING_JOBS = [
|
||||
|
||||
Reference in New Issue
Block a user