UNPKG

payload-plugin-scheduler

Version:
5 lines (4 loc) 214 B
import { Job } from 'node-schedule'; import { type Payload } from 'payload'; import { type ScheduledPostConfig } from './types'; export declare const onInit: (config: ScheduledPostConfig, payload: Payload) => Job;