UNPKG

@papavault/n8n-nodes-papavault

Version:

n8n community node for PapaVault

9 lines (8 loc) 300 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class PapaVaultApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }