UNPKG

n8n-nodes-gpg

Version:

This package contains the GPG node for n8n. It allows you to encrypt, decrypt, sign and verify files using openpgp keys.

7 lines (6 loc) 216 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class GpgKeyApi implements ICredentialType { name: string; displayName: string; properties: INodeProperties[]; }