UNPKG

n8n-nodes-espocrm

Version:

n8n Community Node for EspoCRM

10 lines (9 loc) 293 B
import { BaseOperation } from './BaseOperation'; export declare class ContactOperations extends BaseOperation { execute(itemIndex: number): Promise<any>; private getContact; private getAllContacts; private createContact; private updateContact; private deleteContact; }