UNPKG
n8n-nodes-nmap
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Nmap Scan
www.zubial.net
zubial/n8n-nodes-nmap
n8n-nodes-nmap
/
dist
/
credentials
/
OnlyPassword.credentials.d.ts
7 lines
(6 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
OnlyPassword
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
properties
:
INodeProperties
[]; }