Skip to content

Commit fbcd35d

Browse files
committed
fix: lint
1 parent 1defc60 commit fbcd35d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/workflows/interfaces/create-workflow-options.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Response } from '../../interfaces';
2-
import type { WorkflowEdge, WorkflowStep } from './workflow-step.interface';
32
import type { WorkflowStatus } from './workflow';
3+
import type { WorkflowEdge, WorkflowStep } from './workflow-step.interface';
44

55
export interface CreateWorkflowOptions {
66
name: string;

0 commit comments

Comments
 (0)