refactor(core): Port 3 more controllers to use DTOs (no-changelog) (#12375)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-12-26 16:09:42 +01:00
committed by GitHub
parent 1d5e891a0d
commit 371a09de96
36 changed files with 813 additions and 240 deletions

View File

@@ -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,