UNPKG

n8n-python-hari2

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