UNPKG
n8n-nodes-winko-bot
Version:
latest (0.5.12)
0.5.12
0.5.11
Winko Bot for n8n - Zalo Nodes
n8n-nodes-winko-bot
/
dist
/
nodes
/
ZaloTag
/
ZaloTag.node.d.ts
6 lines
(5 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
INodeType
,
INodeTypeDescription
,
IExecuteFunctions
}
from
'n8n-workflow'
;
export
declare
class
ZaloTag
implements
INodeType
{
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
any
>; }