UNPKG

lisa-box

Version:
13 lines (12 loc) 280 B
export declare const cron: { defaultTimeZone: string; jobs: { myJob: { schedule: string; onTick: (app: any) => void; onComplete: (app: any) => void; start: boolean; timezone: string; }; }; };