refactor(editor): Combine type imports in editor-ui (no-changelog) (#6072)
⚡ Combine type imports in `editor-ui`
This commit is contained in:
@@ -6,10 +6,9 @@ import {
|
||||
SET_NODE_TYPE,
|
||||
WEBHOOK_NODE_TYPE,
|
||||
} from '@/constants';
|
||||
import type { ITelemetryTrackProperties } from 'n8n-workflow';
|
||||
import { defineStore } from 'pinia';
|
||||
import { useSettingsStore } from '@/stores/settings';
|
||||
import type { INodeTypeDescription, IRun } from 'n8n-workflow';
|
||||
import type { INodeTypeDescription, IRun, ITelemetryTrackProperties } from 'n8n-workflow';
|
||||
import { useWorkflowsStore } from '@/stores/workflows';
|
||||
import { useNodeTypesStore } from '@/stores/nodeTypes';
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ import type {
|
||||
IAbstractEventMessage,
|
||||
IConnection,
|
||||
IConnections,
|
||||
IDataObject,
|
||||
IExecutionsSummary,
|
||||
INode,
|
||||
INodeConnections,
|
||||
@@ -53,7 +54,6 @@ import type {
|
||||
ITaskData,
|
||||
IWorkflowSettings,
|
||||
} from 'n8n-workflow';
|
||||
import type { IDataObject } from 'n8n-workflow';
|
||||
import { deepCopy, NodeHelpers, Workflow } from 'n8n-workflow';
|
||||
import Vue from 'vue';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user