diff --git a/packages/cli/src/commands/executeBatch.ts b/packages/cli/src/commands/executeBatch.ts index c5e98caa2..df34d3239 100644 --- a/packages/cli/src/commands/executeBatch.ts +++ b/packages/cli/src/commands/executeBatch.ts @@ -24,7 +24,7 @@ import type { INodeSpecialCases, IResult, IWorkflowExecutionProgress, -} from './Interfaces'; +} from '../types/commands.types'; const re = /\d+/; diff --git a/packages/cli/src/commands/Interfaces.ts b/packages/cli/src/types/commands.types.ts similarity index 100% rename from packages/cli/src/commands/Interfaces.ts rename to packages/cli/src/types/commands.types.ts