UNPKG

n8n-nodes-msdyn365bc

Version:

An n8n integration node for Microsoft Dynamics 365 Business Central

9 lines (8 loc) 294 B
import { INodeType, INodeTypeDescription } from 'n8n-workflow'; import { IExecuteFunctions } from 'n8n-workflow'; export declare class BusinessCentral implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<{ json: any; }[][]>; }