UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 421 B
import type { Scope } from '@n8n/permissions'; import type { WorkflowSettings } from 'n8n-workflow'; export declare function getRequiredRedactionScopes(oldPolicy: WorkflowSettings.RedactionPolicy | undefined, newPolicy: WorkflowSettings.RedactionPolicy): Scope[]; export declare function getErrorNodeId(error: unknown): string | undefined; export declare function getErrorDescription(error: unknown): string | undefined;