mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
chore: Enable ESLint rule consistent-type-exports (#18973)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export * from './ai-workflow-builder-agent.service';
|
||||
export * from './types';
|
||||
export type * from './types';
|
||||
export * from './workflow-state';
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
// Re-export all types from their respective modules
|
||||
|
||||
export * from './workflow';
|
||||
export * from './messages';
|
||||
export * from './tools';
|
||||
export * from './connections';
|
||||
export * from './streaming';
|
||||
export * from './nodes';
|
||||
export * from './config';
|
||||
export * from './utils';
|
||||
export type * from './workflow';
|
||||
export type * from './messages';
|
||||
export type * from './tools';
|
||||
export type * from './connections';
|
||||
export type * from './streaming';
|
||||
export type * from './nodes';
|
||||
export type * from './config';
|
||||
export type * from './utils';
|
||||
|
||||
Reference in New Issue
Block a user