UNPKG
n8n-nodes-bluelinky
Version:
alpha (1.0.0-alpha.3)
latest (1.1.0-alpha.1)
1.1.0-alpha.1
1.0.0
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
n8n node (wrapper for bluelinky)
github.com/gerwim/n8n-bluelinky
gerwim/n8n-bluelinky
n8n-nodes-bluelinky
/
dist
/
Nodes
/
BlueLinky
/
BlueLinky.node.d.ts
6 lines
(5 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IExecuteFunctions
,
INodeExecutionData
,
INodeType
,
INodeTypeDescription
}
from
'n8n-workflow'
;
export
declare
class
BlueLinky
implements
INodeType
{
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>; }