UNPKG

n8n-nodes-zid-beta

Version:

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

6 lines (5 loc) 263 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Zid implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }