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
/
index.d.ts
6 lines
(5 loc)
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ZidOAuth2Api
}
from
'./ZidOAuth2Api.credentials'
;
import
{
ZidCustomerTrigger
}
from
'./ZidCustomerTrigger.node'
;
import
{
Zid
}
from
'./Zid.node'
;
export
declare
const
nodes
: (
typeof
Zid
|
typeof
ZidCustomerTrigger
)[];
export
declare
const
credentials
: (
typeof
ZidOAuth2Api
)[];