Type Alias BranchOne

BranchOne: {
    branches: {
        expr: string;
        modules: FlowModule[];
        summary?: string;
    }[];
    default: FlowModule[];
    type: "branchone";
}