UNPKG

@zgxsuerwtmrhjzt/n8n-nodes-python-raw

Version:

Run Python scripts in n8n with raw output (exitCode, stdout, stderr) - Fork of naskio/n8n-nodes-python

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