UNPKG
n8n-nodes-zid-beta
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
BETA; n8n custom nodes for integrating with the Zid API (orders, products, customers, etc.)
n8n-nodes-zid-beta
/
dist
/
Zid.node.d.ts
6 lines
(5 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IExecuteFunctions
,
INodeExecutionData
,
INodeType
,
INodeTypeDescription
}
from
'n8n-workflow'
;
export
declare
class
Zid
implements
INodeType
{
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>; }