UNPKG

@poli-digital/n8n-nodes-poli

Version:
8 lines (7 loc) 394 B
import { IExecuteFunctions, INodeProperties, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare const listWebhooksFields: INodeProperties[]; export declare function executeListWebhooks(this: IExecuteFunctions): Promise<any>; export declare class ListWebhooks implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<any>; }