UNPKG

n8n-nodes-cativa

Version:

This is an n8n community node to communicate with Cativa.

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