mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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:
parent
c35f2b97b3
commit
3e07ffa73e
|
@ -24,7 +24,7 @@ import type {
|
||||||
INodeSpecialCases,
|
INodeSpecialCases,
|
||||||
IResult,
|
IResult,
|
||||||
IWorkflowExecutionProgress,
|
IWorkflowExecutionProgress,
|
||||||
} from './Interfaces';
|
} from '../types/commands.types';
|
||||||
|
|
||||||
const re = /\d+/;
|
const re = /\d+/;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue