UNPKG

n8n-nodes-cativa

Version:

This is an n8n community node to communicate with Cativa.

3 lines (2 loc) 241 B
import { IExecuteFunctions, IN8nHttpFullResponse } from 'n8n-workflow'; export declare function resourceGroup(this: IExecuteFunctions, operation: string, i: number): Promise<IN8nHttpFullResponse | import("n8n-workflow").IN8nHttpResponse>;