UNPKG
n8n-nodes-hdw
Version:
latest (0.9.6)
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.5.1
0.4.1
0.4.0
0.3.0
n8n node to access Horizon Data Wave API services
horizondatawave.ai
horizondatawave/n8n-nodes-hdw
n8n-nodes-hdw
/
dist
/
nodes
/
HDWLinkedin
/
HdwTwitter.node.d.ts
6 lines
(5 loc)
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IExecuteFunctions
,
INodeExecutionData
,
INodeType
,
INodeTypeDescription
}
from
'n8n-workflow'
;
export
declare
class
HdwTwitter
implements
INodeType
{
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>; }