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