UNPKG

payload-plugin-scheduler

Version:
5 lines (4 loc) 228 B
import type { CollectionConfig } from 'payload/types'; import type { ScheduledPostConfig } from '../types'; declare const ScheduledPosts: (scheduleConfig: ScheduledPostConfig) => CollectionConfig; export default ScheduledPosts;