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
/
helpers
/
utils.d.ts
3 lines
(2 loc)
•
145 B
TypeScript
View Raw
1
2
3
import
{
INodeProperties
}
from
'n8n-workflow'
;
export
declare
function
getConnectionHintNoticeField
(
allowedOutputs
:
string
[]
):
INodeProperties
;