UNPKG
n8n-nodes-wanted-laas
Version:
latest (0.1.13)
0.1.13
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.3
0.1.2
0.1.1
0.1.0
Wanted LaaS nodes for n8n
github.com/jeongsk/n8n-nodes-wanted-laas
jeongsk/n8n-nodes-wanted-laas
n8n-nodes-wanted-laas
/
dist
/
nodes
/
WantedLaaS
/
ChatDescription.d.ts
4 lines
(3 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
import
type
{
INodeProperties
}
from
'n8n-workflow'
;
export
declare
const
chatOperations
:
INodeProperties
[];
export
declare
const
chatFields
:
INodeProperties
[];