type alias BranchOneimport { type BranchOne } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/models/BranchOne.ts"; definition: { branches: Array<{ summary?: string; expr: string; modules: Array<FlowModule>; }>; default: Array<FlowModule>; type: "branchone"; }