import { type BranchAll } from "https://deno.land/x/windmill@v1.416.0/windmill-api/models/BranchAll.ts";
definition: { branches: Array<{ summary?: string; skip_failure?: boolean; modules: Array<FlowModule>; }>; type: "branchall"; parallel?: boolean; }