mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { DateTime } from 'luxon';
|
||||
import { INodeCredentials } from './Interfaces';
|
||||
import type { DateTime } from 'luxon';
|
||||
import type { INodeCredentials } from './Interfaces';
|
||||
|
||||
// ===============================
|
||||
// General Enums And Interfaces
|
||||
|
||||
Reference in New Issue
Block a user