UNPKG
n8n-nodes-aliyun-token
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Generate a token for Aliyun Intelligent Speech Service (NLS).
n8n-nodes-aliyun-token
/
dist
/
nodes
/
AliyunTokenNode
/
AliyunTokenNode.node.d.ts
6 lines
(5 loc)
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
INodeType
,
IExecuteFunctions
,
INodeTypeDescription
,
INodeExecutionData
}
from
'n8n-workflow'
;
export
declare
class
AliyunTokenNode
implements
INodeType
{
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>; }