Skip to content

Commit ee097a9

Browse files
authored
Import NodeConnectionType
1 parent ee9fa8b commit ee097a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ yarn add @devlikeapro/n8n-openapi-node
7373
2. Get your `Node.properties` from OpenAPI v3 spec:
7474

7575
```typescript
76-
import {INodeType, INodeTypeDescription} from 'n8n-workflow';
76+
import {INodeType, INodeTypeDescription, NodeConnectionType} from 'n8n-workflow';
7777
import {N8NPropertiesBuilder, N8NPropertiesBuilderConfig} from '@devlikeapro/n8n-openapi-node';
7878
import * as doc from './openapi.json'; // <=== Your OpenAPI v3 spec
7979

0 commit comments

Comments
 (0)