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