import type { CRON_NEAREST } from "../constants.js"; /** * Cron every (W). */ export type CronNearest = typeof CRON_NEAREST;