UNPKG

@poli-digital/n8n-nodes-poli

Version:
8 lines (7 loc) 386 B
import type { INodeType, INodeTypeDescription, IWebhookFunctions, IWebhookResponseData } from 'n8n-workflow'; export declare class PoliTrigger implements INodeType { description: INodeTypeDescription; webhook(this: IWebhookFunctions): Promise<IWebhookResponseData>; activate(this: IWebhookFunctions): Promise<void>; deactivate(this: IWebhookFunctions): Promise<void>; }