import { Step } from './executor'; export class Parallel { constructor( public to: string, public task: Step, ) {} }