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