import type { CronMonthValue } from "./CronMonthValue.js"; import type { CronPart } from "./CronPart.js"; /** * Cron month. */ export type CronMonth = CronPart;