UNPKG
@socradar/n8n-nodes-socradar
Version:
latest (1.8.7)
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
Production-ready n8n integration for SOCRadar Extended Threat Intelligence platform
socradar.io
@socradar/n8n-nodes-socradar
/
dist
/
nodes
/
Socradar
/
Socradar.node.d.ts
6 lines
(5 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IExecuteFunctions
,
INodeExecutionData
,
INodeType
,
INodeTypeDescription
}
from
'n8n-workflow'
;
export
declare
class
Socradar
implements
INodeType
{
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>; }