UNPKG
bento-n8n-sdk
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
n8n community node for Bento integration
bentonow.com
bentonow/bento-n8n-sdk
bento-n8n-sdk
/
dist
/
nodes
/
HttpBin
/
HttpBin.node.d.ts
5 lines
(4 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
5
import { INodeType, INodeTypeDescription } from
'n8n-workflow'
; export declare
class
HttpBin
implements
INodeType
{ description: INodeTypeDescription; }