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
/
utils
/
fraudProtection.d.ts
3 lines
(2 loc)
•
242 B
TypeScript
View Raw
1
2
3
import
{
IExecuteFunctions
,
INodeExecutionData
}
from
'n8n-workflow'
;
export
declare
function
handleFraudProtectionOperations
(
this
:
IExecuteFunctions
,
baseUrl
:
string
,
headers
:
Record
<
string
,
string
>,
i
:
number
):
Promise
<
INodeExecutionData
>;