UNPKG

@openinc/parse-server-opendash

Version:
6 lines (5 loc) 193 B
/** * @description * This file contains the types for the job types used in the cron jobs. */ export type JobTypes = "Maintenance_Schedule" | "Maintenance_Schedule_Notification_Before_Due";