import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.unstable.d.ts";
const { CronSchedule } = Deno;
UNSTABLE: New API, yet to be vetted.
CronSchedule is the interface used for JSON format
cron schedule
.
Properties
optional
minute: CronScheduleExpressionoptional
hour: CronScheduleExpressionoptional
dayOfMonth: CronScheduleExpressionoptional
month: CronScheduleExpressionoptional
dayOfWeek: CronScheduleExpression