UNPKG

n8n-nodes-msdyn365bc

Version:

An n8n integration node for Microsoft Dynamics 365 Business Central

9 lines (8 loc) 272 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class BusinessCentralApi implements ICredentialType { name: string; displayName: string; extends: string[]; documentationUrl: string; properties: INodeProperties[]; }