UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

18 lines 721 B
import type { IHookFunctions, INodeType, INodeTypeDescription, IWebhookFunctions, IWebhookResponseData } from 'n8n-workflow'; export declare class CurrentsTrigger implements INodeType { description: INodeTypeDescription; methods: { listSearch: { getProjects: typeof import("./methods/listSearch").getProjects; }; }; webhookMethods: { default: { checkExists(this: IHookFunctions): Promise<boolean>; create(this: IHookFunctions): Promise<boolean>; delete(this: IHookFunctions): Promise<boolean>; }; }; webhook(this: IWebhookFunctions): Promise<IWebhookResponseData>; } //# sourceMappingURL=CurrentsTrigger.node.d.ts.map