import type { CRON_EVERY } from "../constants.js"; /** * Cron every (*). */ export type CronEvery = typeof CRON_EVERY;