UNPKG
n8n-nodes-python
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Run Python on n8n.
github.com/naskio/n8n-nodes-python
naskio/n8n-nodes-python
n8n-nodes-python
/
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
[]; }