@solinker/nodes-ikuai
Version:
爱快(iKuai)是一家商业场景网络解决方案提供商,主要从事企业路由器推荐,企业路由器价格、企业级路由器、企业路由器、商用路由器、商用路由器推荐、商用无线路由器的研发、生产与销售;具备X86架构大场景方案,也有ARM架构小场景WiFi方案,拥有DPI七层流控、AP主动探测技术。
7 lines (6 loc) • 444 B
TypeScript
import { type IExecuteFunctions, type INodeExecutionData, type INodeType, type INodeTypeDescription, type NodeExecutionWithMetadata, INodeTypeBaseDescription } from 'n8n-workflow';
export declare class IkuaiV1 implements INodeType {
description: INodeTypeDescription;
constructor(baseDescription: INodeTypeBaseDescription);
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][] | NodeExecutionWithMetadata[][] | null>;
}