UNPKG
n8n-nodes-zalo-oav3-test
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
Tích hợp Zalo Official Account API v3.0 vào n8n
github.com/hichay/zalo-node-oa
hichay/zalo-node-oa
n8n-nodes-zalo-oav3-test
/
dist
/
nodes
/
ZaloOA
/
ZaloOADescription.d.ts
4 lines
(3 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
import
{
INodeProperties
}
from
'n8n-workflow'
;
export
declare
const
zaloOAOperations
:
INodeProperties
[];
export
declare
const
zaloOAFields
:
INodeProperties
[];