@n8n-plus/n8n-plus
Version:
n8n Workflow Automation Tool (plus edition)
5 lines (4 loc) • 317 B
TypeScript
import type { ResolvedCredential } from '@n8n/agents';
export declare function mapCredentialForProvider(provider: string, raw: ResolvedCredential): Record<string, unknown>;
export declare const SUPPORTED_AGENT_PROVIDERS: readonly string[];
export declare function isSupportedAgentProvider(provider: string): boolean;