n8n-nodes-kingsoft-airscript
Version:
一个 n8n 社区节点,用于执行金山 AirScript 脚本,支持同步、异步和所有 Context 参数。
10 lines (9 loc) • 326 B
TypeScript
import { ICredentialType, INodeProperties, ICredentialTestRequest, Icon } from 'n8n-workflow';
export declare class KingsoftAirscriptApi implements ICredentialType {
name: string;
displayName: string;
icon: Icon;
documentationUrl: string;
properties: INodeProperties[];
test: ICredentialTestRequest;
}