import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.unstable.d.ts";
const { CronScheduleExpression } = Deno;
UNSTABLE: New API, yet to be vetted.
CronScheduleExpression is used as the type of minute
, hour
,
dayOfMonth
, month
, and dayOfWeek
in CronSchedule
.