Skip to content

Commit 8a72313

Browse files
committed
added setbuildcontroller to types
1 parent 16a296d commit 8a72313

File tree

1 file changed

+1
-0
lines changed
  • src/frontend/src/types/zustand/flow

1 file changed

+1
-0
lines changed

src/frontend/src/types/zustand/flow/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,5 @@ export type FlowStoreType = {
182182
}) => void;
183183
stopBuilding: () => void;
184184
buildController: AbortController;
185+
setBuildController: (controller: AbortController) => void;
185186
};

0 commit comments

Comments
 (0)