UNPKG

@tuanltntu/n8n-nodes-bitrix24

Version:

Comprehensive n8n community node for Bitrix24 API integration with CRM, Tasks, Chat, Telephony, and more

8 lines (7 loc) 216 B
import { INodeProperties } from "n8n-workflow"; export declare const openLinesOperations: { name: string; value: string; description: string; }[]; export declare const openLinesFields: INodeProperties[];