UNPKG

n8n-nodes-python-raw

Version:

🚨 WARNING: 100% AI-GENERATED EXPERIMENTAL CODE - HIGH RISK! Use at own risk, not for production. Python execution for n8n with file processing, multiple credentials, debug tools. Personal use only - Commons Clause license.

7 lines (6 loc) • 215 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class PythonEnvVars implements ICredentialType { displayName: string; name: string; properties: INodeProperties[]; }