mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-17 17:42:47 +08:00
refactor: Move CLI commands types to own dir (no-changelog) (#6658)
refactor: Move CLI commands types to own dir
This commit is contained in:
@@ -24,7 +24,7 @@ import type {
|
||||
INodeSpecialCases,
|
||||
IResult,
|
||||
IWorkflowExecutionProgress,
|
||||
} from './Interfaces';
|
||||
} from '../types/commands.types';
|
||||
|
||||
const re = /\d+/;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user