UNPKG

n8n-nodes-zid-beta

Version:

BETA; n8n custom nodes for integrating with the Zid API (orders, products, customers, etc.)

6 lines (5 loc) 288 B
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)[];