refactor(web): workflow create action (#25369)

This commit is contained in:
Jason Rasmussen
2026-01-19 12:41:28 -05:00
committed by GitHub
parent 97a594556b
commit 2b77dc8e1f
3 changed files with 45 additions and 42 deletions
@@ -73,6 +73,7 @@ export type Events = {
LibraryUpdate: [LibraryResponseDto];
LibraryDelete: [{ id: string }];
WorkflowCreate: [WorkflowResponseDto];
WorkflowUpdate: [WorkflowResponseDto];
WorkflowDelete: [WorkflowResponseDto];