/** * Cron range (from-to). */ export type CronRange = { readonly from: Value; readonly to: Value; };