import { type Parallel } from "https://deno.land/x/pipelight@v0.3.0/src/helpers/mod.ts";
definition: { parallel: Step[]; on_started?: StepOrParallel[]; on_failure?: StepOrParallel[]; on_success?: StepOrParallel[]; on_abortion?: StepOrParallel[]; }