UNPKG
@izzai/n8n-nodes-izzone
Version:
latest (0.2.2)
0.2.2
0.2.1
0.1.7
0.1.6
0.1.5
0.1.2
0.0.21
0.0.20
0.0.17
n8n custom node for izz.ONE
www.izz.ai
izzai/account
@izzai/n8n-nodes-izzone
/
dist
/
credentials
/
IzzOne.credentials.d.ts
9 lines
(8 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
Icon
,
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
IzzOne
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
icon
:
Icon
;
documentationUrl
:
string
;
properties
:
INodeProperties
[]; }