UNPKG

n8n-nodes-bizapp

Version:

⚠️ UNOFFICIAL third-party n8n community node for Bizapp integration. NOT affiliated with Bizapp. Use at your own risk.

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