UNPKG

n8n-nodes-jegyhu-api

Version:

n8n community node for Jegy.hu API integration

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