export interface IScheduledEventConfigDTO { name: string; namespace: string; cron: string; lastRun: Date | string; }