UNPKG

payload-plugin-scheduler

Version:
4 lines (3 loc) 283 B
import type { CollectionAfterChangeHook, GlobalAfterChangeHook } from 'payload'; import { type NormalizedScheduledPostConfig } from '../types.js'; export default function syncSchedule(scheduleConfig: NormalizedScheduledPostConfig): CollectionAfterChangeHook | GlobalAfterChangeHook;