interface RecurringOptions
Since 0.1.0

Options accepted when scheduling a recurring job.

Properties

readonly
cron: string

Cron expression controlling the schedule.

Usage

import { type RecurringOptions } from "common/src/index.ts";