We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1defc60 commit fbcd35dCopy full SHA for fbcd35d
1 file changed
src/workflows/interfaces/create-workflow-options.interface.ts
@@ -1,6 +1,6 @@
1
import type { Response } from '../../interfaces';
2
-import type { WorkflowEdge, WorkflowStep } from './workflow-step.interface';
3
import type { WorkflowStatus } from './workflow';
+import type { WorkflowEdge, WorkflowStep } from './workflow-step.interface';
4
5
export interface CreateWorkflowOptions {
6
name: string;
0 commit comments