@n8n-plus/n8n-plus
Version:
n8n Workflow Automation Tool (plus edition)
5 lines (4 loc) • 362 B
TypeScript
import type { ICredentialDataDecryptedObject } from 'n8n-workflow';
export declare function getExternalSecretExpressionPaths(data: unknown): string[];
export declare function extractProviderKeysFromExpression(expression: string): string[];
export declare function extractProviderKeysFromCredentialData(data: ICredentialDataDecryptedObject): ReadonlySet<string>;