UNPKG
n8n-nodes-zid-beta
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
BETA; n8n custom nodes for integrating with the Zid API (orders, products, customers, etc.)
n8n-nodes-zid-beta
/
dist
/
ZidOAuth2Api.credentials.d.ts
9 lines
(8 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
ZidOAuth2Api
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
documentationUrl
:
string
;
extends
:
string
[];
properties
:
INodeProperties
[]; }