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