import type { CRON_LAST } from "../constants.js"; /** * Cron every (L). */ export type CronLast = typeof CRON_LAST;