UNPKG
@papavault/n8n-nodes-papavault
Version:
latest (1.0.7)
1.0.7
1.0.4
1.0.3
1.0.1
n8n community node for PapaVault
papavault.com
@papavault/n8n-nodes-papavault
/
dist
/
credentials
/
PapaVaultApi.credentials.d.ts
9 lines
(8 loc)
•
300 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
IAuthenticateGeneric
,
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
PapaVaultApi
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
documentationUrl
:
string
;
properties
:
INodeProperties
[];
authenticate
:
IAuthenticateGeneric
; }