UNPKG
n8n-nodes-zoho
Version:
latest (1.0.2)
1.0.2
1.0.1
Zoho support for n8n
github.com/vladaman/n8n-nodes-zoho
vladaman/n8n-nodes-zoho
n8n-nodes-zoho
/
dist
/
credentials
/
ZohoApi.credentials.d.ts
9 lines
(8 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
ZohoApi
implements
ICredentialType
{
name
:
string
;
extends
:
string
[];
displayName
:
string
;
documentationUrl
:
string
;
properties
:
INodeProperties
[]; }