UNPKG

payload-plugin-scheduler

Version:
4 lines (3 loc) 291 B
import type { CollectionBeforeChangeHook, GlobalBeforeChangeHook } from 'payload'; import type { NormalizedScheduledPostConfig } from '../types.js'; export default function boundPublishDate(scheduleConfig: NormalizedScheduledPostConfig): CollectionBeforeChangeHook | GlobalBeforeChangeHook;