export interface IScheduledEventConfigCreateDTO { name: string; cron: string; }