UNPKG

@socradar/n8n-nodes-socradar

Version:

Production-ready n8n integration for SOCRadar Extended Threat Intelligence platform

3 lines (2 loc) 236 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function handleAuditLogsOperations(this: IExecuteFunctions, baseUrl: string, headers: Record<string, string>, i: number): Promise<INodeExecutionData>;