Skip to content

Commit

Permalink
added setbuildcontroller to types
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaseduoli authored and ogabrielluiz committed Sep 2, 2024
1 parent 1167dec commit 323bcaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/types/zustand/flow/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,5 @@ export type FlowStoreType = {
}) => void;
stopBuilding: () => void;
buildController: AbortController;
setBuildController: (controller: AbortController) => void;
};

0 comments on commit 323bcaa

Please sign in to comment.