UNPKG

@luka-cat-mimi/n8n-nodes-feishu-project

Version:
11 lines (10 loc) 479 B
import { ILoadOptionsFunctions, INodePropertyOptions, INodeType, INodeTypeDescription, IWebhookFunctions, IWebhookResponseData } from 'n8n-workflow'; export declare class FeishuProjectTrigger implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { loadSpacesWithWildcard(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; }; }; webhook(this: IWebhookFunctions): Promise<IWebhookResponseData>; }