mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Port 3 more controllers to use DTOs (no-changelog) (#12375)
This commit is contained in:
committed by
GitHub
parent
1d5e891a0d
commit
371a09de96
@@ -2,6 +2,7 @@ import type { Component } from 'vue';
|
||||
import type { NotificationOptions as ElementNotificationOptions } from 'element-plus';
|
||||
import type { Connection } from '@jsplumb/core';
|
||||
import type {
|
||||
BannerName,
|
||||
FrontendSettings,
|
||||
Iso8601DateTimeString,
|
||||
IUserManagementSettings,
|
||||
@@ -38,7 +39,6 @@ import type {
|
||||
ITelemetryTrackProperties,
|
||||
WorkflowSettings,
|
||||
IUserSettings,
|
||||
BannerName,
|
||||
INodeExecutionData,
|
||||
INodeProperties,
|
||||
NodeConnectionType,
|
||||
|
||||
Reference in New Issue
Block a user