export interface Config { startTime: string; endTime: string; duration: string; seed: number; candidates: string; endWithAll: boolean; mix: string; }