import type { CronPart } from "./CronPart.js"; import type { CronYearValue } from "./CronYearValue.js"; /** * Cron year. */ export type CronYear = CronPart;