UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

8 lines (7 loc) 153 B
export interface SchedulerCongratulation { timezone?: string; cronJobs?: { [name: string]: string; }; maxConcurrency?: number; }