UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

6 lines (5 loc) 270 B
import type { IWorkflowBase } from 'n8n-workflow'; import type { RiskReporter, Risk } from '../../security-audit/types'; export declare class FilesystemRiskReporter implements RiskReporter { report(workflows: IWorkflowBase[]): Promise<Risk.StandardReport | null>; }