UNPKG

@traien/n8n-nodes-espocrm

Version:
13 lines (12 loc) 320 B
import { INodePropertyOptions } from 'n8n-workflow'; export interface EspoCRMResource { resource: string; operation: string; } export declare const operations: { name: string; value: string; description: string; action: string; }[]; export declare const getFilterOptions: INodePropertyOptions[];