import type { CRON_START_OR_BLANK } from "../constants.js"; /** * Cron start or blank value (?). */ export type CronStartOrBlank = typeof CRON_START_OR_BLANK;