export interface IWorkerData { key?: string; id?: string; idsToWait?: string[]; namesToLaunch?: string[]; config?: any; input?: any; }