Interface AdvancedRepeatOptions

interface AdvancedRepeatOptions {
    repeatStrategy?: RepeatStrategy;
}

Hierarchy (view full)

Properties

Properties

repeatStrategy?: RepeatStrategy

A set of custom cron strategies keyed by name.

Generated using TypeDoc