UNPKG

n8n-nodes-chatwoot

Version:

This is an n8n community node. It lets you use ChatWoot in your n8n workflows.

3 lines (2 loc) 174 B
import { IExecuteFunctions } from 'n8n-workflow'; export declare function resourceAccount(this: IExecuteFunctions, operation: string, items: any, i: number): Promise<any>;