refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {
|
||||
import type {
|
||||
ILoadOptions,
|
||||
INodeExecutionData,
|
||||
INodeProperties,
|
||||
@@ -7,8 +7,8 @@ import {
|
||||
IRunExecutionData,
|
||||
ITaskDataConnections,
|
||||
IWorkflowExecuteAdditionalData,
|
||||
RoutingNode,
|
||||
} from 'n8n-workflow';
|
||||
import { RoutingNode } from 'n8n-workflow';
|
||||
|
||||
import * as NodeExecuteFunctions from './NodeExecuteFunctions';
|
||||
import { LoadNodeDetails } from './LoadNodeDetails';
|
||||
|
||||
Reference in New Issue
Block a user