UNPKG
@gluneau/n8n-nodes-venice
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Venice.ai integration for n8n
n8n.io
gluneau/n8n-nodes-venice
@gluneau/n8n-nodes-venice
/
dist
/
nodes
/
Venice
/
Venice.node.d.ts
6 lines
(5 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IExecuteFunctions
,
INodeExecutionData
,
INodeType
,
INodeTypeDescription
}
from
'n8n-workflow'
;
export
declare
class
Venice
implements
INodeType
{
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>; }