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
/
credentials
/
ZaloApi.credentials.d.ts
9 lines
(8 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ICredentialType
,
INodeProperties
,
Icon
}
from
'n8n-workflow'
;
export
declare
class
ZaloApi
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
documentationUrl
:
string
;
icon
:
Icon
;
properties
:
INodeProperties
[]; }