feat: shared constants

This commit is contained in:
karishmas6
2024-06-21 22:22:13 +05:30
parent cb41be8115
commit 947747a5aa

3
src/shared/constants.ts Normal file
View File

@@ -0,0 +1,3 @@
import { WorkflowFile } from "@wbr-project/wbr-interpret";
export const emptyWorkflow: WorkflowFile = { workflow: [] };