We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a296d commit 8a72313Copy full SHA for 8a72313
src/frontend/src/types/zustand/flow/index.ts
@@ -182,4 +182,5 @@ export type FlowStoreType = {
182
}) => void;
183
stopBuilding: () => void;
184
buildController: AbortController;
185
+ setBuildController: (controller: AbortController) => void;
186
};
0 commit comments