UNPKG

@pulsecron/nestjs-pulse

Version:

The modern MongoDB-powered scheduling library pulse for NestJS

5 lines (4 loc) 191 B
import { DefineOptions as PulseDefineOptions, JobOptions as PulseJobOptions } from "@pulsecron/pulse"; export type JobOptions = PulseDefineOptions & PulseJobOptions & { name?: string; };