UNPKG

n8n-nodes-1clickai-wadmin

Version:
6 lines (5 loc) 244 B
import { INodeType, INodeTypeDescription, IWebhookFunctions } from 'n8n-workflow'; export declare class OneClickAiWadminTrigger implements INodeType { description: INodeTypeDescription; webhook(this: IWebhookFunctions): Promise<any>; }