UNPKG

n8n-nodes-aliyun-token

Version:

Generate a token for Aliyun Intelligent Speech Service (NLS).

6 lines (5 loc) 285 B
import type { INodeType, IExecuteFunctions, INodeTypeDescription, INodeExecutionData } from 'n8n-workflow'; export declare class AliyunTokenNode implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }