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
/
utils
/
helper.d.ts
3 lines
(2 loc)
•
132 B
TypeScript
View Raw
1
2
3
export
declare
function
saveImage
(
url
:
string
):
Promise
<
string
|
null
>;
export
declare
function
removeImage
(
imgPath
:
string
):
void
;