import type { CronHoursValue } from "./CronHoursValue.js"; import type { CronPart } from "./CronPart.js"; /** * Cron hours. */ export type CronHours = CronPart;