refactor: Move CLI commands types to own dir (no-changelog) (#6658)

refactor: Move CLI commands types to own dir
This commit is contained in:
Iván Ovejero 2023-07-13 10:10:08 +02:00 committed by GitHub
parent c35f2b97b3
commit 3e07ffa73e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,7 @@ import type {
INodeSpecialCases,
IResult,
IWorkflowExecutionProgress,
} from './Interfaces';
} from '../types/commands.types';
const re = /\d+/;