UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

8 lines 303 B
import type { Endpoint } from '../../config/types.js'; /** * GET /api/payload-jobs/handle-schedules endpoint * * This endpoint is GET instead of POST to allow it to be used in a Vercel Cron. */ export declare const handleSchedulesJobsEndpoint: Endpoint; //# sourceMappingURL=handleSchedules.d.ts.map