UNPKG
n8n-nodes-zalo-tools
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.1
Các node hỗ trợ Zalo cho n8n
dinhtrung1308.github.io/zalo-node/
ChickenAI/zalo-node
n8n-nodes-zalo-tools
/
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
>; }