UNPKG

n8n-nodes-deepidv

Version:

n8n community node to integrate with the DeepIDV identity verification API

12 lines (11 loc) 378 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class DeepIDVApi implements ICredentialType { /** * This MUST match the `name` your node uses in its * credentials: [ { name: 'deepIDVApi', ... } ] declaration. */ name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }