UNPKG

n8n-nodes-velatir

Version:

n8n community node for Velatir - Human-in-the-loop AI function approval

8 lines (7 loc) 469 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription, INodeTypeBaseDescription, IWebhookFunctions, IWebhookResponseData } from 'n8n-workflow'; export declare class VelatirV2 implements INodeType { description: INodeTypeDescription; constructor(baseDescription: INodeTypeBaseDescription); execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; webhook: (this: IWebhookFunctions) => Promise<IWebhookResponseData>; }