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
/
HttpVerbDescription.d.ts
4 lines
(3 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
import
{
INodeProperties
}
from
'n8n-workflow'
;
export
declare
const
httpVerbOperations
:
INodeProperties
[];
export
declare
const
httpVerbFields
:
INodeProperties
[];