UNPKG

@solinker/nodes-ikuai

Version:

爱快(iKuai)是一家商业场景网络解决方案提供商,主要从事企业路由器推荐,企业路由器价格、企业级路由器、企业路由器、商用路由器、商用路由器推荐、商用无线路由器的研发、生产与销售;具备X86架构大场景方案,也有ARM架构小场景WiFi方案,拥有DPI七层流控、AP主动探测技术。

10 lines (9 loc) 280 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class IkuaiApi implements ICredentialType { name: string; displayName: string; description: string; documentationUrl: string; iconUrl: string; properties: INodeProperties[]; }