UNPKG
n8n-nodes-doubao-api
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
n8n节点 - 豆包大模型API调用
github.com/yourusername/n8n-nodes-doubao-api
yourusername/n8n-nodes-doubao-api
n8n-nodes-doubao-api
/
dist
/
credentials
/
DoubaoApi.credentials.d.ts
8 lines
(7 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
DoubaoApi
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
documentationUrl
:
string
;
properties
:
INodeProperties
[]; }