Files
negareh-api/src/modules/ticket/constant/index.ts
T
2026-01-10 15:02:13 +03:30

10 lines
242 B
TypeScript
Executable File

export const REFERRAL_STRATEGY = "referralStrategy";
export const TICKET = {
QUEUE_NAME: "ticket",
AUTO_CLOSE_JOB_NAME: "auto-close-inactive",
AUTO_CLOSE_DAYS: 10,
AUTO_CLOSE_PRIORITY: 1,
AUTO_CLOSE_REPEAT_PATTERN: "0 1 * * *",
};