UNPKG

@vocantai/n8n-nodes-translation-vocantai

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