refactor: Use NodeConnectionType consistently across the code base (no-changelog) (#10595)
This commit is contained in:
@@ -6,6 +6,7 @@ import type {
|
||||
INodeTypeBaseDescription,
|
||||
INodeTypeDescription,
|
||||
} from 'n8n-workflow';
|
||||
import { NodeConnectionType } from 'n8n-workflow';
|
||||
|
||||
import * as send from './send.operation';
|
||||
|
||||
@@ -20,8 +21,8 @@ const versionDescription: INodeTypeDescription = {
|
||||
name: 'Send Email',
|
||||
color: '#00bb88',
|
||||
},
|
||||
inputs: ['main'],
|
||||
outputs: ['main'],
|
||||
inputs: [NodeConnectionType.Main],
|
||||
outputs: [NodeConnectionType.Main],
|
||||
credentials: [
|
||||
{
|
||||
name: 'smtp',
|
||||
|
||||
Reference in New Issue
Block a user