UNPKG
n8n-python-hari2
Version:
latest (0.1.6)
0.1.6
Run Python on n8n.
github.com/harinderbhinder/n8n-python-hari
harinderbhinder/n8n-python-hari
n8n-python-hari2
/
dist
/
credentials
/
PythonEnvVars.credentials.d.ts
7 lines
(6 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
PythonEnvVars
implements
ICredentialType
{
displayName
:
string
;
name
:
string
;
properties
:
INodeProperties
[]; }